Daniel Eriksson added the comment:

@Larry - we did that yesterday and on the FreeBSD-machine the regular utimes 
was used and not utimensat.
utimensat is not available on FreeBSD 10 so it fall backs to regular utimes to 
be used in os.utime.
But when a file is created it is the file system that sets the utime, so it 
will have nanoseconds.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to