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 Antony.Lee
Recipients Antony.Lee
Date 2015-04-04.22:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428188343.49.1.91705834608e-05.issue23871@psf.upfronthosting.co.za>
In-reply-to
Content
itertools.repeat and itertools.count could be made into indexable iterables (rather than iterators), rather than iterators, like range is right now.
History
Date User Action Args
2015-04-04 22:59:03Antony.Leesetrecipients: + Antony.Lee
2015-04-04 22:59:03Antony.Leesetmessageid: <1428188343.49.1.91705834608e-05.issue23871@psf.upfronthosting.co.za>
2015-04-04 22:59:03Antony.Leelinkissue23871 messages
2015-04-04 22:59:03Antony.Leecreate