]> granicus.if.org Git - python/commit
Issue #9837: The read() method of ZipExtFile objects (as returned by
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Sep 2010 14:51:20 +0000 (14:51 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Sep 2010 14:51:20 +0000 (14:51 +0000)
commit6464d5ffdc6ee54f023c6230f1633debf183815f
tree3efb844f24e15fcd80151ac2d8e9a56e5ed92f9a
parent0b9489d21daec1f5f45a95194423724836192edd
Issue #9837: The read() method of ZipExtFile objects (as returned by
ZipFile.open()) could return more bytes than requested.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS