Re: Python-list Digest, Vol 75, Issue 226
Hi, I am writing a script wherein I need to merge files into existing tar.gz files. Currently, I am using tarfile module. I extract the tar.gz to a tempdir and copy the new file there and re-compress all the files back into a tar.gz. Is there a better way to do it? Thanks Pulkit -- http://mail.python.org/mailman/listinfo/python-list
Merging files into tar.gz archives
Hi, I am writing a script wherein I need to merge files into existing tar.gz archives. Currently, I am using tarfile module. I extract the tar.gz to a tempdir and copy the new file there and re-compress all the files back into a tar.gz. Is there a better way to do it? Thanks Pulkit (Sorry for the subject earlier) > -- http://mail.python.org/mailman/listinfo/python-list