]> granicus.if.org Git - python/commit
Issue #7467: when a file from a ZIP archive, its CRC is checked and a
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Aug 2010 15:11:50 +0000 (15:11 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Aug 2010 15:11:50 +0000 (15:11 +0000)
commit7c8bcb6f923c860986477660f634ea63f103ebaa
treeee42c1ab3544d27526c521851befcac995f1d421
parentd4efbf90d24405f89df07f6e575e3572a0516e85
Issue #7467: when a file from a ZIP archive, its CRC is checked and a
BadZipfile error is raised if it doesn't match (as used to be the
case in Python 2.5 and earlier).
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS