This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scott.dial
Recipients scott.dial
Date 2008-05-12.03:49:29
SpamBayes Score 0.0016411407
Marked as misclassified No
Message-id <1210564174.93.0.918851730075.issue2831@psf.upfronthosting.co.za>
In-reply-to
Content
Georg Brandel suggested enumerate() should have the ability to start on
an arbitrary number (instead of always starting at 0). I suggest such a
parameter should be keyword-only. Attached is a patch to add such a
feature along with added test cases. Documentation still needs to be
updated, but I wasn't sure how best to handle that anyways.

I wasn't sure how best to handle a keyword-only argument, so I'd be
interested to know if there is a better way.
History
Date User Action Args
2008-05-12 03:49:39scott.dialsetspambayes_score: 0.00164114 -> 0.0016411407
recipients: + scott.dial
2008-05-12 03:49:35scott.dialsetspambayes_score: 0.00164114 -> 0.00164114
messageid: <1210564174.93.0.918851730075.issue2831@psf.upfronthosting.co.za>
2008-05-12 03:49:33scott.diallinkissue2831 messages
2008-05-12 03:49:31scott.dialcreate