[issue5168] shutil.copystat does not copy the hidden flag on windows

2009-02-06 Thread Horváth István Róbert
New submission from Horváth István Róbert thr...@gmail.com: Hi! While copying hidden files on windows, the hidden flag is lost (surprisingly the read-only flag is copied). Is this a bug or a feature? The documentation only says that flags are also copied by shutil.copystat, but no details

[issue4616] tarfile does not set the creation date and time of the extracted directories

2008-12-10 Thread Horváth István Róbert
Horváth István Róbert [EMAIL PROTECTED] added the comment: Sorry, I thought that by selecting component Windows from the first combo box I specify that this problem occurs on a windows machine. I run win xp sp2. As you can see in the screenshot, the unpacked directory has the current date

[issue4616] tarfile does not set the creation date and time of the extracted directories

2008-12-10 Thread Horváth István Róbert
Changes by Horváth István Róbert [EMAIL PROTECTED]: Removed file: http://bugs.python.org/file12315/python_tarfile_win.JPG ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4616

[issue4616] tarfile does not set the creation date and time of the extracted directories

2008-12-10 Thread Horváth István Róbert
Changes by Horváth István Róbert [EMAIL PROTECTED]: Added file: http://bugs.python.org/file12316/python_tarfile_win.JPG ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4616

[issue4616] tarfile does not set the creation date and time of the extracted directories

2008-12-10 Thread Horváth István Róbert
Horváth István Róbert [EMAIL PROTECTED] added the comment: Wooow, you're fast! :-) We use Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win32, so that will help us! Thank you, Robert On Wed, Dec 10, 2008 at 12:04 PM, Lars Gustäbel [EMAIL PROTECTED]wrote: Lars

[issue4616] tarfile does not set the creation date and time of the extracted directories

2008-12-09 Thread Horváth István Róbert
New submission from Horváth István Róbert [EMAIL PROTECTED]: tarfile does not set the creation date and time of the extracted directories, all extracted directories will get the date and time of the extraction, although in the source archive (created by tarfile) the creation date and time

[issue4616] tarfile does not set the creation date and time of the extracted directories

2008-12-09 Thread Horváth István Róbert
Horváth István Róbert [EMAIL PROTECTED] added the comment: Sure, see the attachment. Just call: python pack.py unpack directory.tar You should get the folder named directory dated to the current date and time. Added file: http://bugs.python.org/file12314/testcase.zip