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

Fredrik Lundh fredrik at pythonware.com
Thu Nov 23 09:09:06 CET 2006


Greg Ewing wrote:

> Just as a matter of interest, how far do you
> think these principles apply or don't apply
> to more recent things like iter.next() that
> don't follow this pattern?

this has been discussed before, I think. googling for __next__ might 
bring up some python-dev discussions.

</F>



More information about the Python-3000 mailing list