prevent a warning from the struct module when data size >= 2**32.
commit43cd739adc9dde34bf167093c94bb81afe495731
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 23 Mar 2008 23:45:12 +0000 (23 23:45 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 23 Mar 2008 23:45:12 +0000 (23 23:45 +0000)
tree05ebfa03b8d7f863ea0c232f66628b3fb1ce9db9
parent3d813cfc206c515f4779f4bc48aa7d4feb60c625
prevent a warning from the struct module when data size >= 2**32.

git-svn-id: http://svn.python.org/projects/python/trunk@61822 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/gzip.py