Re: question on using tarfile to read a *.tar.gzip file

2010-02-07 Thread m_ahlenius
On Feb 7, 5:01 pm, Tim Chase wrote: > > Is there a way to do this, without decompressing each file to a temp > > dir?  Like is there a method using some tarfile interface adapter to > > read a compressed file?  Otherwise I'll just access each file, extract > > it,  grab the 1st and last lines and

Re: question on using tarfile to read a *.tar.gzip file

2010-02-07 Thread Tim Chase
Is there a way to do this, without decompressing each file to a temp dir? Like is there a method using some tarfile interface adapter to read a compressed file? Otherwise I'll just access each file, extract it, grab the 1st and last lines and then delete the temp file. I think you're looking