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.

Author python-dev
Recipients Oren Milman, abarry, methane, python-dev, serhiy.storchaka
Date 2016-10-08.19:08:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161008190831.15207.26020.9865E1FC@psf.io>
In-reply-to
Content
New changeset ee049edc3fff by Serhiy Storchaka in branch '3.5':
Issue #28376: Fixed typos.
https://hg.python.org/cpython/rev/ee049edc3fff

New changeset e486f3d30e0e by Serhiy Storchaka in branch '3.5':
Issue #28376: The constructor of range_iterator now checks that step is not 0.
https://hg.python.org/cpython/rev/e486f3d30e0e

New changeset 06f065a59751 by Serhiy Storchaka in branch '3.6':
Issue #28376: Creating instances of range_iterator by calling range_iterator
https://hg.python.org/cpython/rev/06f065a59751

New changeset e099583400f3 by Serhiy Storchaka in branch 'default':
Issue #28376: Creating instances of range_iterator by calling range_iterator
https://hg.python.org/cpython/rev/e099583400f3

New changeset ce4af7593e45 by Serhiy Storchaka in branch '3.5':
Issue #28376: The type of long range iterator is now registered as Iterator.
https://hg.python.org/cpython/rev/ce4af7593e45
History
Date User Action Args
2016-10-08 19:08:34python-devsetrecipients: + python-dev, methane, serhiy.storchaka, abarry, Oren Milman
2016-10-08 19:08:34python-devlinkissue28376 messages
2016-10-08 19:08:34python-devcreate