[Python-3000] PEP: rename it.next() to it.next(), add a next() built-in (original) (raw)
Guido van Rossum guido at python.org
Mon Mar 5 23:04:39 CET 2007
- Previous message: [Python-3000] PEP: rename it.next() to it.__next__(), add a next() built-in
- Next message: [Python-3000] PEP: rename it.next() to it.__next__(), add a next() built-in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-3000] PEP: rename it.next() to it.__next__(), add a next() built-in
- Next message: [Python-3000] PEP: rename it.next() to it.__next__(), add a next() built-in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]