]> granicus.if.org Git - python/commit
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 27 Sep 2013 19:14:31 +0000 (22:14 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 27 Sep 2013 19:14:31 +0000 (22:14 +0300)
commitab25c7c011fc5875f92ff351262ba7fa50ef1c8f
treed450edf62502035c454d8a3873410fe31b043fe7
parentcb2c4fe649753bb8622a8d364ca25769557a1009
parentd2c07a58affecc3fb049652ee7a435c382e3a4d0
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