Martin v. Löwis <mar...@v.loewis.de> added the comment: Am 03.06.2011 22:11, schrieb Arfrever Frehtes Taifersar Arahesis: > > 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.
"Already since 3.3" means "they don't exist yet". I.e. it isn't too late to change them. > (utime() is deprecated since POSIX 2008: > http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/utime.h.html) This is a case where I think Python shouldn't follow POSIX deprecation. In C, you need to change the function name to change the parameter types; not so in Python. ---------- _______________________________________ 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