commit | 9288f95cb5d7be807c2ba6dbc195ec6b52ac3bd4 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Nov 05 20:38:55 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Nov 05 20:38:55 2002 +0000 |
tree | 7d5a21cd8f3f32e6eb093e4399de65d2df4a157e | |
parent | cd8fdbb3fad7f81a84507d2294613016fccd0954 [diff] |
Another round on SF patch 618135: gzip.py and files > 2G The last round boosted "the limit" from 2GB to 4GB. This round gets rid of the 4GB limit. For files > 4GB, gzip stores just the last 32 bits of the file size, and now we play along with that too. Tested by hand (on a 6+GB file) on Win2K. Boosting from 2GB to 4GB was arguably enough "a bugfix". Going beyond that smells more like "new feature" to me.