Author scottdial
Recipients scottdial
Date 2008-05-12.03:49:29
SpamBayes Score 0.00164114
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:39scottdialsetspambayes_score: 0.00164114 -> 0.00164114
recipients: + scottdial
2008-05-12 03:49:35scottdialsetspambayes_score: 0.00164114 -> 0.00164114
messageid: <1210564174.93.0.918851730075.issue2831@psf.upfronthosting.co.za>
2008-05-12 03:49:33scottdiallinkissue2831 messages
2008-05-12 03:49:31scottdialcreate