Message161264
It says:
> os.utimensat(dirfd, path[, atime=(atime_sec, atime_nsec), mtime=(mtime_sec, mtime_nsec), flags=0])
> Updates the timestamps of a file with nanosecond precision. The atime and mtime tuples default to None, which sets those values to the current time.
It should be the other way around: atime=None, mtime=None in the signature and explain in the body how they look like. It looks like atime_sec and atime_nsec are some magic constants this way. |
|
Date |
User |
Action |
Args |
2012-05-21 11:50:06 | hynek | set | recipients:
+ hynek, georg.brandl, ezio.melotti, eric.araujo, docs@python |
2012-05-21 11:50:06 | hynek | set | messageid: <1337601006.45.0.685713178373.issue14870@psf.upfronthosting.co.za> |
2012-05-21 11:50:05 | hynek | link | issue14870 messages |
2012-05-21 11:50:05 | hynek | create | |
|