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 pitrou
Recipients Arfrever, gvanrossum, larry, loewis, pitrou, r.david.murray, rosslagerwall, vstinner
Date 2012-03-04.00:21:09
SpamBayes Score 0.15394568
Marked as misclassified No
Message-id <1330820233.3362.1.camel@localhost.localdomain>
In-reply-to <1330820355.6.0.34275772598.issue14127@psf.upfronthosting.co.za>
Content
> os.utime() would accept int, float or (sec: int, nsec: int) for atime and mtime.

That's not future-proof for when we have better-than-nanosecond
timestamps. See my suggestion above.
History
Date User Action Args
2012-03-04 00:21:10pitrousetrecipients: + pitrou, gvanrossum, loewis, vstinner, larry, Arfrever, r.david.murray, rosslagerwall
2012-03-04 00:21:09pitroulinkissue14127 messages
2012-03-04 00:21:09pitroucreate