[Zope3-dev] Would any body object if Zope 3 required Python 2.3

Jeremy Hylton jeremy@alum.mit.edu
Thu, 22 Aug 2002 15:16:58 -0400


Persistent modules will require a bug fix to cPickle that will be in
the future 2.2.2, but is only in Python CVS at the moment.  The change
is necessary to allow persistent classes to be pickled by the
persistent machinery instead of by name.  If you don't have Python
2.2.1+, then you won't be able to run all of the persistent class
tests.  At least, I think the tests exercise the bug.

Jeremy