This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, belopolsky, jcea, khenriksson, lars.gustaebel, loewis, mark.dickinson, nadeem.vawda, r.david.murray, rosslagerwall
Date 2011-06-03.20:11:10
SpamBayes Score 0.0027263141
Marked as misclassified No
Message-id <1307131871.71.0.137541188974.issue11457@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2011-06-03 20:11:11Arfreversetrecipients: + Arfrever, loewis, jcea, mark.dickinson, belopolsky, lars.gustaebel, nadeem.vawda, r.david.murray, rosslagerwall, khenriksson
2011-06-03 20:11:11Arfreversetmessageid: <1307131871.71.0.137541188974.issue11457@psf.upfronthosting.co.za>
2011-06-03 20:11:10Arfreverlinkissue11457 messages
2011-06-03 20:11:10Arfrevercreate