[Python-3000] PEP: rename it.next() to it.__next__(), add a next() built-in
Guido van Rossum
guido at python.org
Mon Mar 5 23:04:39 CET 2007
On 3/5/07, Josiah Carlson <jcarlson at uci.edu> wrote:
> because [...] 2) it renames a protocol method, making it
> potentially difficult and/or buggy to write forward or backward
> compatible code, [...]
Did you see my slides and/or video of my talk about Py3k yet? This
change can be carried out automatically.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list