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 rhettinger
Recipients belopolsky, loewis, rhettinger
Date 2008-02-23.01:29:18
SpamBayes Score 0.18085484
Marked as misclassified No
Message-id <1203730158.99.0.336090010363.issue1540617@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the current Py2.6 code for enumerate() and itertools.count() both
show how to support arbitrary longs without killing the performance of
common cases.
History
Date User Action Args
2008-02-23 01:29:19rhettingersetspambayes_score: 0.180855 -> 0.18085484
recipients: + rhettinger, loewis, belopolsky
2008-02-23 01:29:19rhettingersetspambayes_score: 0.180855 -> 0.180855
messageid: <1203730158.99.0.336090010363.issue1540617@psf.upfronthosting.co.za>
2008-02-23 01:29:18rhettingerlinkissue1540617 messages
2008-02-23 01:29:18rhettingercreate