]> 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:30:36 +0000 (15:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 Jan 2013 13:30:36 +0000 (15:30 +0200)
commitdb58e15ee55c66fd4900be2ab2e02b864ae2313e
tree73c325289c348d184ee08c072ebc211114c74157
parent04e3cca0f982326a4fed3b688bfa7bc119e2c58a
parentd72bfe9eb90da597b41b37ce32f87f995a2c22c5
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