]> granicus.if.org Git - python/commit
Merged revisions 84737 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Sep 2010 14:55:22 +0000 (14:55 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Sep 2010 14:55:22 +0000 (14:55 +0000)
commit1052e3993bea30b5a2901ce4f480297a8299184c
tree6693c8e5fe19d14a61e20c14c3362249232bc883
parentee906192b50d078bac65ef2f18a53318169e7992
Merged revisions 84737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

Only the tests are merged, 3.1 doesn't exhibit the issue.

........
  r84737 | antoine.pitrou | 2010-09-12 16:51:20 +0200 (dim., 12 sept. 2010) | 4 lines

  Issue #9837: The read() method of ZipExtFile objects (as returned by
  ZipFile.open()) could return more bytes than requested.
........
Lib/test/test_zipfile.py