[issue19715] test_touch_common failure under Windows

Antoine Pitrou report at bugs.python.org
Sat Nov 23 02:08:52 CET 2013


Antoine Pitrou added the comment:

I thought that using utime(..., None) would be better, but it's actually much worse: it calls GetSystemTime, which only has millisecond precision, while time.time() calls GetSystemTimeAsFileTime which has better precision.

(this is probably a bug in utime())

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19715>
_______________________________________


More information about the Python-bugs-list mailing list