New submission from py.user: >>> print(itertools.__doc__) Functional tools for creating and using iterators.
Infinite iterators: count([n]) --> n, n+1, n+2, ... ... ---------- assignee: docs@python components: Documentation, Library (Lib) files: issue.patch keywords: patch messages: 191317 nosy: docs@python, py.user priority: normal severity: normal status: open title: In itertools docstring update arguments in count() example type: enhancement versions: Python 3.3, Python 3.4 Added file: http://bugs.python.org/file30617/issue.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18239> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com