]> granicus.if.org Git - python/commit
Merged revisions 88460 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 18:09:00 +0000 (18:09 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 18:09:00 +0000 (18:09 +0000)
commitf3d22755f929a27df310a3abe939d230cd1ce494
treef990ba05c24b31981cbe20b054baf4db81c0abb9
parentf5692b0476d0c09fc612046d7baca0331491d1d3
Merged revisions 88460 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88460 | antoine.pitrou | 2011-02-21 19:03:13 +0100 (lun., 21 févr. 2011) | 4 lines

  Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
  larger than 4GB.  Patch by Nadeem Vawda.
........
Lib/test/test_zlib.py
Misc/NEWS
Modules/zlibmodule.c