Larry Hastings <la...@hastings.org> added the comment:

> It's a duplicate of issue #11457.

No.  #11457 is a how-many-angels-on-the-head-of-a-pin discussion proposing new 
representations of ctime/mtime/atime to preserve nanosecond accuracy.  This 
patch changes the behavior of os.utime, os.futimes, os.lutimes, and 
os.futimesat so they conserve all of the existing representation's accuracy, 
making them consistent with os.stat.

> (Python >=3.3 has os.utimensat() and os.futimens().)

How is that relevant?

I mean, sure, I leveraged some of the work from that support in my patch--it's 
heavily reliant on the preprocessor macros HAVE_UTIMENSAT and HAVE_FUTIMENS now 
generated by configure.  (Thanks, Ross!)  But the presence of those functions 
does not mitigate the loss of accuracy inside os.utime &c.

----------

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

Reply via email to