From: Raymond Hettinger Date: Tue, 1 Oct 2013 08:00:59 +0000 (-0700) Subject: merge X-Git-Tag: v3.4.0a4~303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c13516b0a0fd3142b29e1f354c2080cd52948213;p=python merge --- c13516b0a0fd3142b29e1f354c2080cd52948213 diff --cc Misc/NEWS index fa5d85a408,7898b9b592..91d402981f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -58,6 -89,6 +58,9 @@@ Librar 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.