Sorry if me or grep is blind but I can't find the class PersitentList in the sources of Zope2.5.0: cd zope/lib/python; grep -irs persistentlist * --> no result http://www.amk.ca/zodb/guide/node38.html and other sources tell me that there is something like this in ZODB. Has Zope just a subset of the available classes of ZODB? thomas
PersistentList is not in Zope, but in some standalone ZODB packages out there. jens On Wednesday, January 30, 2002, at 08:59 , Thomas Guettler wrote:
Sorry if me or grep is blind but I can't find the class PersitentList in the sources of Zope2.5.0:
cd zope/lib/python; grep -irs persistentlist * --> no result
http://www.amk.ca/zodb/guide/node38.html and other sources tell me that there is something like this in ZODB.
Has Zope just a subset of the available classes of ZODB? thomas
PersistentList has never been a part of Zope. Andrew Kuchling included it in his distribution of ZODB I guess for "ease of use" purposes, but its never been part of the ZODB that ships with Zope. Thomas Guettler wrote:
Sorry if me or grep is blind but I can't find the class PersitentList in the sources of Zope2.5.0:
cd zope/lib/python; grep -irs persistentlist * --> no result
http://www.amk.ca/zodb/guide/node38.html and other sources tell me that there is something like this in ZODB.
Has Zope just a subset of the available classes of ZODB?
thomas
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Chris McDonough -
Jens Vagelpohl -
Thomas Guettler