Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> added the comment:

os.utimensat() and os.futimens() already exist since Python 3.3 and require 
2-tuples (or None) as second and third argument.

(utime() is deprecated since POSIX 2008: 
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utime.h.html)

(Changes specific to os.stat() are discussed in issue #11941.)

----------

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

Reply via email to