summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-09-10 06:49:24 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-09-10 06:49:24 (GMT)
commit8ddcf3abf7f899369801086bf39f60e0172a1470 (patch)
tree9e2f3caf5409668bd12275e571a9104d2d798288 /Misc
parente617521b0d17a9bda9c4ecd5248257c482d6f82c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 443609a..04c9fab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.