[Python-Dev] pickle faster in 2.2 ?
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 1 Nov 2001 10:40:29 -0500
Guido van Rossum writes:
> I believe DOM nodes are now new-style classes, for better or for worse
> (it might create problems when combining with classic mixins). Could
> that explain it?
Using minidom specifically, NodeList objects are new-style, but the
Nodes are still all old-style. The __getattr__/__setattr__ stuff has
all been replaced with property-based implementation as well.
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation