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 thomaswaldmann
Recipients
Date 2005-01-17.00:10:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=100649

For files, the ctime and atime is copied, too, as part of
copystat() - directly AFTER copying the file.

But if the copystat() call for a directory is done BEFORE
filling that directory with files, the atime and mtime of
the directory will be changed by that again.

So better move the copystat call for the directory to after
the for loop.
History
Date User Action Args
2007-08-23 15:41:03adminlinkissue1094015 messages
2007-08-23 15:41:03admincreate