]> granicus.if.org Git - python/commit
Round to int, because some systems support sub-second time stamps in stat, but not...
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 15 Oct 2006 11:02:07 +0000 (11:02 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 15 Oct 2006 11:02:07 +0000 (11:02 +0000)
commita97e06d9dbf6b4a9774d386c11410f84476b83e2
tree783eeed7dd43b722800ce1d70440346528ca20ac
parent012bc7253be3c8a04b9478e19157373810b8124b
Round to int, because some systems support sub-second time stamps in stat, but not in utime.
Also be consistent with modifying only mtime, not atime.
Lib/test/test_os.py