]> granicus.if.org Git - python/commit
Fix gzip to deal with CRC's being signed values in Python 2.x properly and to
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 23 Mar 2008 21:04:43 +0000 (21:04 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 23 Mar 2008 21:04:43 +0000 (21:04 +0000)
commit79b4ba8fd7228bc3c477a144ed3f8a93d7b4bb27
treee920debfc5beb5432db81fee3a3edcc4ca3129f8
parent73f57b0c058debbcb05e9fefd33897ddaaae5b6f
Fix gzip to deal with CRC's being signed values in Python 2.x properly and to
read 32bit values as unsigned to start with rather than applying signedness
fixups allover the place afterwards.

This hopefully fixes the test_tarfile failure on the alpha/tru64 buildbot.
Lib/gzip.py