diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-10 06:49:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-10 06:49:24 (GMT) |
commit | 8ddcf3abf7f899369801086bf39f60e0172a1470 (patch) | |
tree | 9e2f3caf5409668bd12275e571a9104d2d798288 /Misc | |
parent | e617521b0d17a9bda9c4ecd5248257c482d6f82c (diff) | |
download | cpython-8ddcf3abf7f899369801086bf39f60e0172a1470.zip cpython-8ddcf3abf7f899369801086bf39f60e0172a1470.tar.gz cpython-8ddcf3abf7f899369801086bf39f60e0172a1470.tar.bz2 |
Issue #28019: itertools.count() no longer rounds non-integer step in range
between 1.0 and 2.0 to 1.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -65,6 +65,9 @@ Core and Builtins Library ------- +- Issue #28019: itertools.count() no longer rounds non-integer step in range + between 1.0 and 2.0 to 1. + - Issue #25969: Update the lib2to3 grammar to handle the unpacking generalizations added in 3.5. |