can i tar and untar using python
can i tar and untar using python
Collapse
This topic is closed.
X
X
-
sumiTags: None -
Fredrik Lundh
Re: can i tar and untar using python
"sumi" <suma_37@yahoo. com> wrote:
[color=blue]
> can i tar and untar using python[/color]
Source code: Lib/tarfile.py The tarfile module makes it possible to read and write tar archives, including those using gzip, bz2 and lzma compression. Use the zipfile module to read or write.zip fi...
</F>
Comment