]> granicus.if.org Git - python/commit
Issue #28019: itertools.count() no longer rounds non-integer step in range
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Sep 2016 06:53:51 +0000 (09:53 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Sep 2016 06:53:51 +0000 (09:53 +0300)
commit8f9cafad3d7f78193721d6c0ea84a499b36b7ce5
tree16f80d4e907363db9bb5c934a34a768ed48cb58a
parent2d7250b3be5ce47e9246f8c6d4ce05dd7172e67c
parent8ddcf3abf7f899369801086bf39f60e0172a1470
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