[issue2719] Backport next()

Georg Brandl report at bugs.python.org
Wed Apr 30 08:29:59 CEST 2008


Georg Brandl <georg at python.org> added the comment:

IMO having next() in 2.6 helps since if you use it consistently you
don't have to care about calling .next() or .__next__().

Also, I don't see how this is different from having e.g. reduce() and
functools.reduce() in 2.6.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2719>
__________________________________


More information about the Python-bugs-list mailing list