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-17.07:04:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371452665.1.0.633243797151.issue18239@psf.upfronthosting.co.za>
In-reply-to
Content
>>> print(itertools.__doc__)
Functional tools for creating and using iterators.

Infinite iterators:
count([n]) --> n, n+1, n+2, ...

...
History
Date User Action Args
2013-06-17 07:04:25py.usersetrecipients: + py.user, docs@python
2013-06-17 07:04:25py.usersetmessageid: <1371452665.1.0.633243797151.issue18239@psf.upfronthosting.co.za>
2013-06-17 07:04:25py.userlinkissue18239 messages
2013-06-17 07:04:24py.usercreate