diff options
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. |