This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients loewis, throbi
Date 2008-12-10.08:05:30
SpamBayes Score 0.00018549825
Marked as misclassified No
Message-id <1228896332.56.0.0978594651629.issue4616@psf.upfronthosting.co.za>
In-reply-to
Content
I still cannot reproduce this:

martin@mira:/tmp/h$ ls -l
insgesamt 12
-rw-r--r-- 1 martin martin  172 10. Dez 08:40 directory.tar
-rw-r--r-- 1 martin martin 1497 25. Feb 2008  pack.py
-rw-r--r-- 1 martin martin 1129 10. Dez 08:58 testcase.zip
martin@mira:/tmp/h$ date
Mi 10. Dez 09:02:49 CET 2008
martin@mira:/tmp/h$ python pack.py unpack directory.tar

Unpack done.
martin@mira:/tmp/h$ ls -l
insgesamt 16
drwxrwxrwx 2 martin martin 4096 10. Dez 08:38 directory
-rw-r--r-- 1 martin martin  172 10. Dez 08:40 directory.tar
-rw-r--r-- 1 martin martin 1497 25. Feb 2008  pack.py
-rw-r--r-- 1 martin martin 1129 10. Dez 08:58 testcase.zip

As you can see, directory is dated 8:38, even though the current time is
9:02.
History
Date User Action Args
2008-12-10 08:05:32loewissetrecipients: + loewis, throbi
2008-12-10 08:05:32loewissetmessageid: <1228896332.56.0.0978594651629.issue4616@psf.upfronthosting.co.za>
2008-12-10 08:05:31loewislinkissue4616 messages
2008-12-10 08:05:30loewiscreate