[Python-3000] Special methods and interface-based type system

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Nov 26 01:26:45 CET 2006


Jim Jewett wrote:

> There isn't usually any need for a third namespace, unless you are
> using another huge framework, such as Zope or Peak.

Even then, there isn't a problem unless you want to
multiply inherit from two classes that clash. I can't
remember ever encountering such a problem with
__special__ methods.

--
Greg


More information about the Python-3000 mailing list