[docs] [issue14870] Descriptions of os.utime() and os.utimensat() use wrong notation

Petri Lehtinen report at bugs.python.org
Mon May 21 13:56:03 CEST 2012


Petri Lehtinen <petri at digip.org> added the comment:

os.utime() uses the same notation:

   os.utime(path[, times, *, ns=(atime_ns, mtime_ns)])

----------
nosy: +petri.lehtinen
title: os.utimensat's method description uses wrong notation -> Descriptions of os.utime() and os.utimensat() use wrong notation

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


More information about the docs mailing list