]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 Jan 2013 13:29:20 +0000 (15:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 Jan 2013 13:29:20 +0000 (15:29 +0200)
commitd72bfe9eb90da597b41b37ce32f87f995a2c22c5
treebd04e40b23864a6440e318d70beeceb3d75dc7b3
parent58ed80efa636b3dcf7238ac52055a102a641e547
parentd2b1527f1418f4bac9d05933623ef1a9d1948f61
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
incomplete "End of Central Directory" record.  Original patch by Guilherme
Polo and Alan McIntyre.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS