commit | 4fbb9dbd3421fca6d4c289d996ef035da0cef330 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Thu Jun 09 15:50:51 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Thu Jun 09 15:50:51 2011 -0400 |
tree | 3d74ae019fe03d7b5417373fdc1b3b11c17f8391 | |
parent | 0f663d07e669c39ce9a7ddfa71ed1293379a358e [diff] [blame] |
#10694: zipfile now ignores garbage at the end of a zipfile. Original fix by 'rep', final patch (with tests) by Xuanji Li.
diff --git a/Misc/NEWS b/Misc/NEWS index dab5355..2d00324 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Library ------- +- Issue #10694: zipfile now ignores garbage at the end of a zipfile. + - Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA. - Issue #12168: SysLogHandler now allows NUL termination to be controlled using