summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-29 18:15:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-29 18:15:45 (GMT)
commitf7209225bbc386aa3dd49e5c2c601cd0906ccb53 (patch)
tree2b047a9f9658fc8eb22d45c57b1224e47e7141b6 /Misc
parente5581f9d68b1b7156a2a44d47675604c648d08ff (diff)
parentc5b75db5def1890924d914bc36b54e6a120bf2d7 (diff)
downloadcpython-f7209225bbc386aa3dd49e5c2c601cd0906ccb53.zip
cpython-f7209225bbc386aa3dd49e5c2c601cd0906ccb53.tar.gz
cpython-f7209225bbc386aa3dd49e5c2c601cd0906ccb53.tar.bz2
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Python file. Patch by Ben Morgan.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 0888c3d..7e121b1 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -825,6 +825,7 @@ Skip Montanaro
Peter Moody
Paul Moore
Ross Moore
+Ben Morgan
Derek Morr
James A Morrison
Derek McTavish Mounce
diff --git a/Misc/NEWS b/Misc/NEWS
index ef5c6bd..beee1c3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -236,6 +236,9 @@ Core and Builtins
Library
-------
+- Issue #12004: Fix an internal error in PyZipFile when writing an invalid
+ Python file. Patch by Ben Morgan.
+
Have py_compile use importlib as much as possible to avoid code duplication.
- Issue #180022: Have site.addpackage() consider already known paths even when