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 gvanrossum
Recipients Arfrever, gvanrossum, larry, loewis, pitrou, r.david.murray, rosslagerwall, vstinner
Date 2012-03-04.00:57:02
SpamBayes Score 0.010901271
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I don't see how that's better than

os.utime(path, ns=(atime, mtime))

If you think that in the future you could add resolution="fs", well, you could just as easily add fs=(atime, mtime).
History
Date User Action Args
2012-03-04 00:57:04gvanrossumsetrecipients: + gvanrossum, loewis, pitrou, vstinner, larry, Arfrever, r.david.murray, rosslagerwall
2012-03-04 00:57:03gvanrossumsetmessageid: <[email protected]>
2012-03-04 00:57:02gvanrossumlinkissue14127 messages
2012-03-04 00:57:02gvanrossumcreate