commit | e1436d1092f26a4329a2b48c48539d5845ddce32 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Aug 12 15:25:51 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Aug 12 15:25:51 2010 +0000 |
tree | 06fe4190de13a77557fe7c9e75cd8549a98ee4d2 | |
parent | 3523443f77521ae0365ea2047a1c18491c1ce3cb [diff] |
Merged revisions 83959-83960 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83959 | antoine.pitrou | 2010-08-12 17:11:50 +0200 (jeu., 12 août 2010) | 5 lines 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). ........ r83960 | antoine.pitrou | 2010-08-12 17:15:01 +0200 (jeu., 12 août 2010) | 3 lines Typo. ........