[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 - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18218
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
keywords: patch
messages: 191196
nosy: docs@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 rep...@bugs.python.org
http://bugs.python.org/issue18218
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-06-14 Thread py.user

Changes by py.user bugzilla-mail-...@yandex.ru:


Added file: http://bugs.python.org/file30597/issue18218.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18218
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-06-14 Thread py.user

Changes by py.user bugzilla-mail-...@yandex.ru:


Removed file: http://bugs.python.org/file30596/issue18218.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18218
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com