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, ncoghlan, python-dev, vstinner
Date 2012-02-08.02:16:06
SpamBayes Score 0.0021699355
Marked as misclassified No
Message-id <1328667367.17.0.418860880232.issue13964@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to support the following functions:
futimes(fd, (atime, mtime), flags=0)
utimes(path, (atime, mtime), flags=0)
utimesat(dirfd, path, (atime, mtime), flags=0)

And deprecate other functions already present in 3.2.
flags argument of utimes*() would specify e.g. if symlinks should be dereferenced, so lutime*() wouldn't be needed.
History
Date User Action Args
2012-02-08 02:16:07Arfreversetrecipients: + Arfrever, ncoghlan, vstinner, python-dev
2012-02-08 02:16:07Arfreversetmessageid: <1328667367.17.0.418860880232.issue13964@psf.upfronthosting.co.za>
2012-02-08 02:16:06Arfreverlinkissue13964 messages
2012-02-08 02:16:06Arfrevercreate