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.

classification
Title: In itertools.count() clarify the starting point
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, py.user, python-dev
Priority: normal Keywords: patch

Created on 2013-06-15 04:29 by py.user, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue18218.patch py.user, 2013-06-15 05:08 start is a number review
Messages (2)
msg191196 - (view) Author: py.user (py.user) * Date: 2013-06-15 04:29
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
msg191571 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-06-21 12:05
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
History
Date User Action Args
2022-04-11 14:57:46adminsetgithub: 62418
2013-06-21 12:05:58python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg191571

resolution: fixed
stage: resolved
2013-06-15 05:10:51py.usersetfiles: - issue18218.patch
2013-06-15 05:08:20py.usersetfiles: + issue18218.patch
2013-06-15 04:29:37py.usercreate