Re: Python 2.6.3 TarFile Module Add odd behavior

2009-11-15 Thread Gabriel Genellina
En Fri, 13 Nov 2009 16:23:31 -0300, Tilson, Greg (IS) greg.til...@ngc.com escribió: In Windows Python 2.6.3 calling TarFile.add requires arcname= to be set to work with WinZIP or WinRAR [...]If arcname= is not set during extraction all filenames are None Suggest document change or filing

Python 2.6.3 TarFile Module Add odd behavior

2009-11-13 Thread Tilson, Greg (IS)
In Windows Python 2.6.3 calling TarFile.add requires arcname= to be set to work with WinZIP or WinRAR Documentation reads: TarFile.add(name, arcname=None, recursive=True, exclude=None) Add the file name to the archive. name may be any type of file (directory, fifo, symbolic link, etc.). If