[New-bugs-announce] [issue18218] In itertools.count() clarify the starting point

py.user report at bugs.python.org
Sat Jun 15 06:29:37 CEST 2013


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 at python
components: Documentation
files: issue.patch
keywords: patch
messages: 191196
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In itertools.count() clarify the starting point
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30596/issue.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18218>
_______________________________________


More information about the New-bugs-announce mailing list