[issue18218] In itertools.count() clarify the starting point

2013-06-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 12478f549ed8 by Andrew Kuchling in branch '3.3': Closes #18218: use correct variable name for starting point http://hg.python.org/cpython/rev/12478f549ed8 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open

[issue18218] In itertools.count() clarify the starting point

2013-06-14 Thread py.user
Changes by py.user : Removed file: http://bugs.python.org/file30596/issue18218.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18218] In itertools.count() clarify the starting point

2013-06-14 Thread py.user
Changes by py.user : Added file: http://bugs.python.org/file30597/issue18218.patch ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue18218] In itertools.count() clarify the starting point

2013-06-14 Thread py.user
New submission from py.user: 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 -- assignee: docs@python components: Documentation files: issue.patch k