commit | f3d22755f929a27df310a3abe939d230cd1ce494 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 21 18:09:00 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 21 18:09:00 2011 +0000 |
tree | f990ba05c24b31981cbe20b054baf4db81c0abb9 | |
parent | f5692b0476d0c09fc612046d7baca0331491d1d3 [diff] |
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. ........