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

Fredrik Lundh fredrik at pythonware.com
Fri Nov 24 07:49:03 CET 2006


Bill Janssen wrote:

 > I think method namespaces are already OK; the question is
> whether to move these specially-named (for whatever reason)
 > methods to a real namespace (a dict somewhere)

where "somewhere" is exactly where?  how do I add things to
that namespace?  how do I specify what namespace to look in
when accessing methods or attributes?

</F>



More information about the Python-3000 mailing list