With what module can Python handel *.tar.gz file?

Thomas Heller theller at python.net
Fri Nov 22 04:57:17 EST 2002


"Wang Hanbo" <bswhb at 263.net> writes:

> Hi,
>          Buddies, I have a file named  ***.tar.gz, and I want to gunzip
> it with Python.
>          With which modules can I accomplish this task? And how to?
>  

I can really recommend Lars Gustaebel's tarfile module:
http://www.gustaebel.de/lars/tarfile/

Thomas



More information about the Python-list mailing list