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 pitrou
Recipients barry, brett.cannon, ncoghlan, neologix, pitrou, python-dev
Date 2011-12-21.15:13:00
SpamBayes Score 2.7610085e-07
Marked as misclassified No
Message-id <1324480339.3385.7.camel@localhost.localdomain>
In-reply-to <1324478921.76.0.234823529498.issue13645@psf.upfronthosting.co.za>
Content
> Indeed. EXT3's timestamps have a 1s granularity, for example.
> Another possibility would be to store both mtime and st_size (it's the
> default heuristic used by rsync does to decide whether to skip a
> file).

Good idea. It would also avoid too much Windows-specific code (subsecond
precision for timestamps requires the use of a Win32 API).
History
Date User Action Args
2011-12-21 15:13:01pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, neologix, python-dev
2011-12-21 15:13:00pitroulinkissue13645 messages
2011-12-21 15:13:00pitroucreate