[issue18239] In itertools docstring update arguments in count() example

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad0b44cdae41 by Andrew Kuchling in branch '3.3': Closes #18239: correct description of count() in module docstring http://hg.python.org/cpython/rev/ad0b44cdae41 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status:

[issue18239] In itertools docstring update arguments in count() example

2013-06-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue18239] In itertools docstring update arguments in count() example

2013-06-17 Thread py.user
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 nos