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 vstinner
Recipients Arfrever, larry, ncoghlan, python-dev, rosslagerwall, vstinner
Date 2012-03-03.00:17:24
SpamBayes Score 2.1056907e-07
Marked as misclassified No
Message-id <1330733845.11.0.394951732384.issue13964@psf.upfronthosting.co.za>
In-reply-to
Content
> Um, doesn't the rejection of PEP 410 mean this should be discontinued?

There is an issue in shutil.copystat() on copying the timestamp: in this specific use case, we need nanosecond resolution.

Guido proposes (in a private mail thread) to add st_atime_ns, st_mtime_ns, st_ctime_ns fields to os.stat() and make os.*utime*() functions accept a (sec, nsec) tuple. It would still be possible to pass a number or seconds as an int or float.

I plan to implement this request.
History
Date User Action Args
2012-03-03 00:17:25vstinnersetrecipients: + vstinner, ncoghlan, larry, Arfrever, rosslagerwall, python-dev
2012-03-03 00:17:25vstinnersetmessageid: <1330733845.11.0.394951732384.issue13964@psf.upfronthosting.co.za>
2012-03-03 00:17:24vstinnerlinkissue13964 messages
2012-03-03 00:17:24vstinnercreate