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 py.user
Recipients docs@python, py.user
Date 2013-06-15.04:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371270577.83.0.291953378937.issue18218@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3/library/itertools.html#itertools.count
"itertools.count(start=0, step=1)
Make an iterator that returns evenly spaced values starting with n."

starting with start
History
Date User Action Args
2013-06-15 04:29:37py.usersetrecipients: + py.user, docs@python
2013-06-15 04:29:37py.usersetmessageid: <1371270577.83.0.291953378937.issue18218@psf.upfronthosting.co.za>
2013-06-15 04:29:37py.userlinkissue18218 messages
2013-06-15 04:29:37py.usercreate