Re: tarfile...bug?

2007-10-13 Thread Scott David Daniels
[EMAIL PROTECTED] wrote: > On Oct 9, 10:33 pm, Anurag <[EMAIL PROTECTED]> wrote: >> Have any one faced such problem, I assume it must be common if it can >> be replicated so easily , or something wrong with my system >> >> Also if I use tar.members instead of tar.getmembers() it works >> so what is

Re: tarfile...bug?

2007-10-12 Thread alan . haffner
On Oct 9, 10:33 pm, Anurag <[EMAIL PROTECTED]> wrote: > Hi, > > Have any one faced such problem, I assume it must be common if it can > be replicated so easily , or something wrong with my system > > Also if I use tar.members instead of tar.getmembers() it works > so what is the diff. between tar.m

Re: tarfile...bug?

2007-10-09 Thread Anurag
Hi, Have any one faced such problem, I assume it must be common if it can be replicated so easily , or something wrong with my system Also if I use tar.members instead of tar.getmembers() it works so what is the diff. between tar.members and tar.getmembers() rgds Anurag -- http://mail.python.o

tarfile...bug?

2007-10-09 Thread Anurag
Hi, I am trying to use tarfile module to list contents of a 'gz' file but it seems to hang for large files and CPU usage goes 100%. though 'tar -tvf' on same file list contents in couple of secs. Here is a test script which can show the problem; I am using python Python 2.4.3 import