ExtensionClasses for Python 2.1?
Martin von Loewis
loewis at informatik.hu-berlin.de
Thu Jun 7 04:54:40 EDT 2001
paragate at gmx.net (Wolfgang Lipp) writes:
> Does anyone know whether Jim Fulton of Zope's ;-)
> ExtensionClass module is available for Python 2.1
> (preferrably compiled for w95, actually...)?
>
> AFAIK, the current version should be at least 1.2;
> also, ExtensionClasses seemed to have worked at least
> upto Python 2.0.
To my knowledge, the version of ExtensionClass that is included in the
most recent Zope release works fine with Python 2.1.
The only issue I'm aware of is that ExtensionClass instances do not
participate in garbage collection, but the disciples of acquisition
will tell you that you don't need garbage collection with acquisition,
anyway.
Regards,
Martin
More information about the Python-list
mailing list