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 StyXman, facundobatista, python-dev, rhettinger, serhiy.storchaka
Date 2016-09-10.06:54:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160910065438.69908.66121.8C84A48F@psf.io>
In-reply-to
Content
New changeset b23f963a7b45 by Serhiy Storchaka in branch '3.5':
Issue #28019: itertools.count() no longer rounds non-integer step in range
https://hg.python.org/cpython/rev/b23f963a7b45

New changeset 74667320778e by Serhiy Storchaka in branch '2.7':
Issue #28019: Backported additional tests for itertools.count().
https://hg.python.org/cpython/rev/74667320778e

New changeset 51dfab4f28e7 by Serhiy Storchaka in branch 'default':
Issue #28019: itertools.count() no longer rounds non-integer step in range
https://hg.python.org/cpython/rev/51dfab4f28e7
History
Date User Action Args
2016-09-10 06:54:45python-devsetrecipients: + python-dev, rhettinger, facundobatista, StyXman, serhiy.storchaka
2016-09-10 06:54:45python-devlinkissue28019 messages
2016-09-10 06:54:45python-devcreate