Antoine Pitrou <[email protected]> added the comment: > 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). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13645> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
