]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 27 Sep 2013 19:11:57 +0000 (22:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 27 Sep 2013 19:11:57 +0000 (22:11 +0300)
commitd2c07a58affecc3fb049652ee7a435c382e3a4d0
tree07a07c8b2115e859192c8b0d18eb116e71bcb3ed
parent1f09c663add7edc6af0093d1eb3eca02bd0864b9
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
bytes until end of data.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS