]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28019: itertools.count() no longer rounds non-integer step in range
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Sep 2016 06:49:24 +0000 (09:49 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Sep 2016 06:49:24 +0000 (09:49 +0300)
commit8ddcf3abf7f899369801086bf39f60e0172a1470
tree9e2f3caf5409668bd12275e571a9104d2d798288
parente617521b0d17a9bda9c4ecd5248257c482d6f82c
Issue #28019: itertools.count() no longer rounds non-integer step in range
between 1.0 and 2.0 to 1.
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c