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 larry
Recipients Arfrever, larry, ncoghlan, python-dev, rosslagerwall, vstinner
Date 2012-03-08.00:08:05
SpamBayes Score 0.0047420044
Marked as misclassified No
Message-id <1331165286.36.0.145779737893.issue13964@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-08 00:08:06larrysetrecipients: + larry, ncoghlan, vstinner, Arfrever, rosslagerwall, python-dev
2012-03-08 00:08:06larrysetmessageid: <1331165286.36.0.145779737893.issue13964@psf.upfronthosting.co.za>
2012-03-08 00:08:05larrylinkissue13964 messages
2012-03-08 00:08:05larrycreate