ZODB and python 2.3
John E. Barham
jbarham at jbarham.com
Tue Nov 25 22:42:13 EST 2003
Larry goodman wrote:
> im looking at the ZODB documentation and I Ran across this:
>
> "The Persistent base class is an ExtensionClass class. As a result, it
> not compatible with new-style classes or types in Python 2.2 and up."
>
> Does this mean ZODB wont work with python 2.3?
No, it means the documentation is out of date. ;)
The release notes for ZODB 3.2 at http://www.zope.org/Products/ZODB3.2 say
that it requires 2.2 or up. I downloaded the Windows version for 2.3 and
got it working without a hitch.
More information about the Python-list
mailing list