]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Feb 2012 03:09:37 +0000 (04:09 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Feb 2012 03:09:37 +0000 (04:09 +0100)
commit1aa54a417d767efb2ebb4c1a31e69f7be9b1d6ae
tree2f52f3ed2ba3f7d4ce5fc1af4b779915f657e01c
parenta2f7c0063852dd67585709cc1edacb4bafbd5ba8
Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp
with a subsecond resolution
Lib/test/test_os.py
Modules/posixmodule.c