]> granicus.if.org Git - python/commit
Issue #4844: ZipFile now raises BadZipFile when opens a ZIP file with an
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 Jan 2013 13:27:07 +0000 (15:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 Jan 2013 13:27:07 +0000 (15:27 +0200)
commitd2b1527f1418f4bac9d05933623ef1a9d1948f61
treeedf98076cc77cb2f10c05129e9225bacb6a991d6
parentfc20d77b408937723e9105f0d5a55d322a8d6853
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