Nick Coghlan <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2831>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to