diff options
author | Raymond Hettinger <python@rcn.com> | 2013-10-01 08:00:59 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2013-10-01 08:00:59 (GMT) |
commit | c13516b0a0fd3142b29e1f354c2080cd52948213 (patch) | |
tree | c457578d34b0dc1edf54535d83244b1636b3b87a /Misc/NEWS | |
parent | 65870835a006ad613b111fe4579bd7e3354585b7 (diff) | |
parent | 2ff2190b6293966f76633d810dfbe2d232ff5973 (diff) | |
download | cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.zip cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.tar.gz cpython-c13516b0a0fd3142b29e1f354c2080cd52948213.tar.bz2 |
merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |