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.00:27:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385166475.55.0.596084550007.issue19715@psf.upfronthosting.co.za>
In-reply-to
Content
> No, I really meant step 4 (touch). The second touch call *really* 
> steps backwards. I don't find that very surprising, since it is
> actually the first call that passes an actual time.

Ok, now I see what you mean. Indeed, we are calling utime() on the file when it already exists, which may explain the discrepancy.

I guess we can go for a simple fix, then...
History
Date User Action Args
2013-11-23 00:27:55pitrousetrecipients: + pitrou, tim.peters, loewis, tim.golden, jkloth, brian.curtin, python-dev, steve.dower
2013-11-23 00:27:55pitrousetmessageid: <1385166475.55.0.596084550007.issue19715@psf.upfronthosting.co.za>
2013-11-23 00:27:55pitroulinkissue19715 messages
2013-11-23 00:27:55pitroucreate