[Python-Dev] Re: Planning to drop gzip compression for future releases.

Charles Cazabon python at discworld.dyndns.org
Sat Sep 18 00:46:15 CEST 2004


Scott David Daniels <Scott.Daniels at Acm.Org> wrote:
> 
> .zip is the only one of these 3 formats that allows you to decompress a
> few files without expanding the entire archive.  This feature is useful
> to me at least (and makes up for the larger size).

tar supports that as well, and with better compression when paired with bzip2.
Hint:  tar xzf archive [file] [...]

Charles
-- 
-----------------------------------------------------------------------
Charles Cazabon                           <python at discworld.dyndns.org>
GPL'ed software available at:     http://www.qcc.ca/~charlesc/software/
-----------------------------------------------------------------------


More information about the Python-Dev mailing list