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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, facundobatista, mark.dickinson, ncoghlan
Date 2008-04-29.04:38:12
SpamBayes Score 0.03098872
Marked as misclassified No
Message-id <1209443907.54.0.0762069660923.issue2690@psf.upfronthosting.co.za>
In-reply-to
Content
> For me, range() should mimic a number generator: no limit, no length.

That's itertools.count()
History
Date User Action Args
2008-04-29 04:38:31belopolskysetspambayes_score: 0.0309887 -> 0.03098872
recipients: + belopolsky, facundobatista, amaury.forgeotdarc, mark.dickinson, ncoghlan
2008-04-29 04:38:29belopolskysetspambayes_score: 0.0309887 -> 0.0309887
messageid: <1209443907.54.0.0762069660923.issue2690@psf.upfronthosting.co.za>
2008-04-29 04:38:26belopolskylinkissue2690 messages
2008-04-29 04:38:24belopolskycreate