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

STINNER Victor report at bugs.python.org
Sun Mar 4 01:01:02 CET 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

utime.patch: ugly draft to add support of (sec, nsec) tuple to os.*utime*() functions.

----------
Added file: http://bugs.python.org/file24725/utime.patch

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


More information about the Python-bugs-list mailing list