]> 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:26:55 +0000 (15:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 31 Jan 2013 13:26:55 +0000 (15:26 +0200)
commit0be506a5baf8b86c519e6074af43a0f91af603c6
treeaa8c89f75b43535639f32956baa47518c6562274
parent18fae3f9542fc7bb0d9da53a5de30041651a85b6
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