Metaclasses broke in 2.2?
Guido van Rossum
guido at python.org
Mon Aug 13 23:41:31 EDT 2001
Drew Csillag <drew_csillag at geocities.com> writes:
> I don't know if this was intended, but it appears that the metaclass
> instantiation doesn't work with Python 2.2a1. Are the old metaclass
> things no longer supported in 2.2 or is it just temporarily broken?
Can you be more specific? What old metaclass are you referring to?
It's probably broken because I changed the Don Beaudry hook invocation
to favor the new metaclass mechanism that is central to the new types
in 2.2.
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-list
mailing list