]> granicus.if.org Git - python/commit
#10694: zipfile now ignores garbage at the end of a zipfile.
authorR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 19:50:51 +0000 (15:50 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 19:50:51 +0000 (15:50 -0400)
commit4fbb9dbd3421fca6d4c289d996ef035da0cef330
tree3d74ae019fe03d7b5417373fdc1b3b11c17f8391
parent0f663d07e669c39ce9a7ddfa71ed1293379a358e
#10694: zipfile now ignores garbage at the end of a zipfile.

Original fix by 'rep', final patch (with tests) by Xuanji Li.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS