I found seceral seemingly up to date docuemnts claiming that both PersistentMapping and PersistentList exists and is included with Zope. However, I couldn't find PersistentList, so I thought that it had been added after 2.3.3, which I am using. So I checked the CVS. Nope, nothing there. So whats the deal here, really?
"LR" == Lennart Regebro <lennart@regebro.nu> writes:
LR> I found seceral seemingly up to date docuemnts claiming that LR> both PersistentMapping and PersistentList exists and is included LR> with Zope. However, I couldn't find PersistentList, so I LR> thought that it had been added after 2.3.3, which I am using. LR> So I checked the CVS. Nope, nothing there. LR> So whats the deal here, really? Andrew Kuchling wrote a PersistentList for his StandaloneZODB. I think it would be a good idea to include in ZODB eventually, but haven't gotten around to integrating it. IIRC, Jim wasn't sure he wanted it in ZODB. Jeremy
From: "Jeremy Hylton" <jeremy@zope.com>
Andrew Kuchling wrote a PersistentList for his StandaloneZODB. I think it would be a good idea to include in ZODB eventually, but haven't gotten around to integrating it. IIRC, Jim wasn't sure he wanted it in ZODB.
Well, *I* want it. :-) I'm using the separate product now, but the less third-party thingies I have to use the happier I am. :-)
PersistentList doesn't come with Zope. What docs? On Sun, 27 Jan 2002 11:12:11 +0100 "Lennart Regebro" <lennart@regebro.nu> wrote:
I found seceral seemingly up to date docuemnts claiming that both PersistentMapping and PersistentList exists and is included with Zope. However, I couldn't find PersistentList, so I thought that it had been added after 2.3.3, which I am using. So I checked the CVS. Nope, nothing there.
So whats the deal here, really?
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
"LR" == Lennart Regebro <lennart@regebro.nu> writes:
LR> I found seceral seemingly up to date docuemnts claiming that LR> both PersistentMapping and PersistentList exists and is LR> included with Zope. However, I couldn't find PersistentList, LR> so I thought that it had been added after 2.3.3, which I am LR> using. So I checked the CVS. Nope, nothing there. LR> So whats the deal here, really? PersistentList is part of Andrew Kuchling's StandaloneZODB offering. It hasn't yet been integrated into ZC's offering, and won't for our StandaloneZODB 1.0 release. We have plans to continue to merge Andrew's version and ours, so it's likely that PersistentList will show up in a future version as released from ZC. -Barry
participants (4)
-
barry@zope.com -
Chris McDonough -
Jeremy Hylton -
Lennart Regebro