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 r.david.murray
Recipients phammer, r.david.murray
Date 2011-04-20.17:52:26
SpamBayes Score 9.7610655e-06
Marked as misclassified No
Message-id <1303321962.21.0.914408770974.issue11889@psf.upfronthosting.co.za>
In-reply-to
Content
If you know what an iterator is, the documentation, it seems to me, is clear.  That is, an iterator cannot be indexed, so the behavior you expected could not be implemented by enumerate.

That doesn't meant the docs shouldn't be improved.  An example with a non-zero start would make things clear.
History
Date User Action Args
2011-04-20 17:52:42r.david.murraysetrecipients: + r.david.murray, phammer
2011-04-20 17:52:42r.david.murraysetmessageid: <1303321962.21.0.914408770974.issue11889@psf.upfronthosting.co.za>
2011-04-20 17:52:26r.david.murraylinkissue11889 messages
2011-04-20 17:52:26r.david.murraycreate