STINNER Victor <victor.stin...@gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13964>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to