[issue2831] Adding start to enumerate()

Nick Coghlan report at bugs.python.org
Tue May 13 12:06:41 CEST 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Mentioning the zip(count(start), itr) version in the enumerate() docs
may be a good idea though.

(And of course, in 2.x, it should be izip() rather than zip() to
preserve the memory efficiency of enumerate())

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


More information about the Python-bugs-list mailing list