]> granicus.if.org Git - python/commit
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Jan 2013 18:10:28 +0000 (20:10 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Jan 2013 18:10:28 +0000 (20:10 +0200)
commit45c4375ea7da4a78e9d5dc7b79f98b7882cc7640
tree417b552a3c2b7798011c4587208f046e330cf2e3
parenta97c57c8fdb5d91771635633f081f5150eb101c5
Issue #12004: Fix an internal error in PyZipFile when writing an invalid
Python file.  Patch by Ben Morgan.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/ACKS
Misc/NEWS