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 <1330822623.37.0.900669794685.issue14127@psf.upfronthosting.co.za>
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: <1330822623.37.0.900669794685.issue14127@psf.upfronthosting.co.za>
2012-03-04 00:57:02gvanrossumlinkissue14127 messages
2012-03-04 00:57:02gvanrossumcreate