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 brian.curtin, jkloth, loewis, pitrou, python-dev, steve.dower, tim.golden, tim.peters
Date 2013-11-23.01:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385168932.29.0.689576530495.issue19715@psf.upfronthosting.co.za>
In-reply-to
Content
I thought that using utime(..., None) would be better, but it's actually much worse: it calls GetSystemTime, which only has millisecond precision, while time.time() calls GetSystemTimeAsFileTime which has better precision.

(this is probably a bug in utime())
History
Date User Action Args
2013-11-23 01:08:52pitrousetrecipients: + pitrou, tim.peters, loewis, tim.golden, jkloth, brian.curtin, python-dev, steve.dower
2013-11-23 01:08:52pitrousetmessageid: <1385168932.29.0.689576530495.issue19715@psf.upfronthosting.co.za>
2013-11-23 01:08:52pitroulinkissue19715 messages
2013-11-23 01:08:52pitroucreate