]> granicus.if.org Git - python/commit
Merged revisions 83959-83960 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Aug 2010 15:30:13 +0000 (15:30 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 12 Aug 2010 15:30:13 +0000 (15:30 +0000)
commit5f2a7bce2ed3dce23b9e167e17746ba3dbab9d58
tree66e3b9a98c8c52f94af8a0fd3d66ff3d26ccdd32
parent595c8d34a340fa2f381d9b0e4b6a09e2accc6898
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.
........
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS