[issue2831] Adding start to enumerate()

Raymond Hettinger report at bugs.python.org
Mon May 12 08:19:13 CEST 2008


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

If a start argument gets accepted, it should be positional, not a 
keyword-only argument.  That is a complete waste when there is just one 
argument with a straight-forward interpretation.  

Besides, METH_O is a lot faster than the alternatives.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list