diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-29 18:10:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-29 18:10:28 (GMT) |
commit | 45c4375ea7da4a78e9d5dc7b79f98b7882cc7640 (patch) | |
tree | 417b552a3c2b7798011c4587208f046e330cf2e3 /Misc | |
parent | a97c57c8fdb5d91771635633f081f5150eb101c5 (diff) | |
download | cpython-45c4375ea7da4a78e9d5dc7b79f98b7882cc7640.zip cpython-45c4375ea7da4a78e9d5dc7b79f98b7882cc7640.tar.gz cpython-45c4375ea7da4a78e9d5dc7b79f98b7882cc7640.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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -741,6 +741,7 @@ The Dragon De Monsyne Skip Montanaro Paul Moore Ross Moore +Ben Morgan Derek Morr James A Morrison Alessandro Moura @@ -216,6 +216,9 @@ Core and Builtins Library ------- +- Issue #12004: Fix an internal error in PyZipFile when writing an invalid + Python file. Patch by Ben Morgan. + - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase interface and support all mandatory methods and properties. |