diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-06-09 19:50:51 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-06-09 19:50:51 (GMT) |
commit | 4fbb9dbd3421fca6d4c289d996ef035da0cef330 (patch) | |
tree | 3d74ae019fe03d7b5417373fdc1b3b11c17f8391 /Misc | |
parent | 0f663d07e669c39ce9a7ddfa71ed1293379a358e (diff) | |
download | cpython-4fbb9dbd3421fca6d4c289d996ef035da0cef330.zip cpython-4fbb9dbd3421fca6d4c289d996ef035da0cef330.tar.gz cpython-4fbb9dbd3421fca6d4c289d996ef035da0cef330.tar.bz2 |
#10694: zipfile now ignores garbage at the end of a zipfile.
Original fix by 'rep', final patch (with tests) by Xuanji Li.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and Builtins 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 |