Message154814
| 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. |
|