Message 191317 - Python tracker

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.

Content
>>> print(itertools.__doc__)
Functional tools for creating and using iterators.

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

...