]> 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 20:01:09 +0000 (16:01 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 9 Jun 2011 20:01:09 +0000 (16:01 -0400)
commit873c583244193f15b57293bce579c8410e747e20
tree7b549c06b75c6ec2943c56bb0a270d4baa0ec183
parent5446f08c608d8e0041c8bb27b74be713db050177
#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