]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 84737 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Sep 2010 14:56:27 +0000 (14:56 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 12 Sep 2010 14:56:27 +0000 (14:56 +0000)
commite4195e8825a195e54967a4f7b02d83b11637ec1d
tree8e432d6d9c0d134b71e391c58e3b08d7e1730a5c
parent2039753a9ab9d41375ba17877e231e8d53e17749
Merged revisions 84737 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  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
Lib/zipfile.py
Misc/NEWS