[issue13964] os.utimensat() and os.futimes() should accept (sec, nsec), drop os.futimens()

Larry Hastings report at bugs.python.org
Thu Mar 8 01:08:06 CET 2012


Larry Hastings <larry at hastings.org> added the comment:

I just asked Guido in person, and he says he never intended to suggest accepting a (sec, nsec) tuple.  os.*utime* may accept atime and mtime as either float seconds-since-the-epoch, or int nanoseconds-since-the-epoch when passed in using the ns= named parameter.

----------

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


More information about the Python-bugs-list mailing list