[issue2719] Backport next()

Raymond Hettinger report at bugs.python.org
Wed Apr 30 08:37:24 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

The problem is with the "if you use it consistently" premise.  That 
will not hold in an environment with legacy code, multiple programmers, 
lots of code in ASPN recipes and published materials, and third-party 
modules.  A patch like this dooms Py2.6 programmers to seeing both of 
these forms intermixed throughout the code base.  This is *not* a win.

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


More information about the Python-bugs-list mailing list