[Zope-Coders] RE: [Zope-Checkins] CVS: Zope/doc - INSTALL.txt:1.32

Guido van Rossum guido@python.org
Thu, 30 May 2002 13:35:31 -0400


> Perhaps, but only if trusted code creates classes that mix 
> ExtensionClass.Base and object.  No core Zope code does that, since it's 
> designed for Python 2.1.

Maybe ExtensionClass should be changed to explicitly disallow mixing
in new-style base classes.

--Guido van Rossum (home page: http://www.python.org/~guido/)