This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hynek
Recipients docs@python, eric.araujo, ezio.melotti, georg.brandl, hynek
Date 2012-05-21.11:50:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337601006.45.0.685713178373.issue14870@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-05-21 11:50:06hyneksetrecipients: + hynek, georg.brandl, ezio.melotti, eric.araujo, docs@python
2012-05-21 11:50:06hyneksetmessageid: <1337601006.45.0.685713178373.issue14870@psf.upfronthosting.co.za>
2012-05-21 11:50:05hyneklinkissue14870 messages
2012-05-21 11:50:05hynekcreate