Re: Python-list Digest, Vol 75, Issue 226

2009-12-23 Thread r0g
Gabriel Genellina wrote: > En Tue, 22 Dec 2009 16:30:58 -0300, r0g > escribió: >> Gabriel Genellina wrote: >>> En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal >>> escribió: >>> I am writing a script wherein I need to merge files into existing tar.gz files. Currently, I am using

Re: Python-list Digest, Vol 75, Issue 226

2009-12-22 Thread Gabriel Genellina
En Tue, 22 Dec 2009 16:30:58 -0300, r0g escribió: Gabriel Genellina wrote: En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal escribió: 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 a

Re: Python-list Digest, Vol 75, Issue 226

2009-12-22 Thread r0g
Gabriel Genellina wrote: > En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal > escribió: > >> 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

Re: Python-list Digest, Vol 75, Issue 226

2009-12-21 Thread Gabriel Genellina
En Mon, 21 Dec 2009 16:30:13 -0300, Pulkit Agrawal escribió: 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.

Re: Python-list Digest, Vol 75, Issue 226

2009-12-21 Thread Pulkit Agrawal
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.