]> granicus.if.org Git - python/commit
#6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 28 Jul 2009 22:15:30 +0000 (22:15 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 28 Jul 2009 22:15:30 +0000 (22:15 +0000)
commit3e5b027a64e9eccc8d2100e717c19f61d3a51d62
tree22a56ccd993c67db9c46628be73fa8854bab0442
parente55df1fa2a9be432c5c22d7eec8b395227fa4405
#6511: ZipFile will now raise BadZipfile when opening an empty or tiny file,
like it does for larger invalid files.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS