summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2013-10-01 08:00:59 (GMT)
committerRaymond Hettinger <python@rcn.com>2013-10-01 08:00:59 (GMT)
commitc13516b0a0fd3142b29e1f354c2080cd52948213 (patch)
treec457578d34b0dc1edf54535d83244b1636b3b87a /Misc/NEWS
parent65870835a006ad613b111fe4579bd7e3354585b7 (diff)
parent2ff2190b6293966f76633d810dfbe2d232ff5973 (diff)
downloadcpython-c13516b0a0fd3142b29e1f354c2080cd52948213.zip
cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.tar.gz
cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.tar.bz2
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa5d85a..91d4029 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,9 @@ Library
integer (as in Python 2). Au_read and Au_write now correctly works with file
object if start file position is not a zero.
+- Issue #18594: The fast path for collections.Counter() was never taken
+ due to an over-restrictive type check.
+
- Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
bytes until end of data.