tarfile...bug?

alan.haffner at gmail.com alan.haffner at gmail.com
Fri Oct 12 03:10:46 EDT 2007


On Oct 9, 10:33 pm, Anurag <anuraguni... at gmail.com> 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.members and tar.getmembers()
>
> rgds
> Anurag

if you are not fully dependant on tarfiles, have a look at the zipfile
library in Python.  Everytime I start to use the tarfile .lib, the
zip .lib turns out to be a better solution.

Cheers,

  --Alan




More information about the Python-list mailing list