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

> I removed futimens because it's now extraneous.

futimens() has nice feature: it is possible to only update atime only update 
mtime, or use "now" as the new atime and/or mtime.
        
  3882 If *_nsec is specified as UTIME_NOW, the timestamp is updated to the\n\  
  3883 current time.\n\ 
  3884 If *_nsec is specified as UTIME_OMIT, the timestamp is not updated.

os.utimensat() has the same feature. Is it possible that os.utimensat() is not 
available whereas os.futimens() is availalble?

----------

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

Reply via email to