summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-06-09 19:50:51 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-06-09 19:50:51 (GMT)
commit4fbb9dbd3421fca6d4c289d996ef035da0cef330 (patch)
tree3d74ae019fe03d7b5417373fdc1b3b11c17f8391 /Misc
parent0f663d07e669c39ce9a7ddfa71ed1293379a358e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dab5355..2d00324 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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