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 shaurz
Recipients shaurz
Date 2010-10-19.23:14:29
SpamBayes Score 0.0024126442
Marked as misclassified No
Message-id <1287530071.19.0.608159353416.issue10148@psf.upfronthosting.co.za>
In-reply-to
Content
When copying a file with shutil.copy2() between two ext4 filesystems on 64-bit Linux, the mtime of the destination file is different after the copy. It appears as if the resolution is slightly different, so the mtime is truncated slightly. For example:

source file mtime:      1287367331.8433506
destination file mtime: 1287367331.84335
History
Date User Action Args
2010-10-19 23:14:31shaurzsetrecipients: + shaurz
2010-10-19 23:14:31shaurzsetmessageid: <1287530071.19.0.608159353416.issue10148@psf.upfronthosting.co.za>
2010-10-19 23:14:29shaurzlinkissue10148 messages
2010-10-19 23:14:29shaurzcreate