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, loewis, pitrou, tim.golden
Date 2013-11-22.20:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385152364.2432.16.camel@fsol>
In-reply-to <1385152106.21.0.865352150753.issue19715@psf.upfronthosting.co.za>
Content
> I don't quite understand the test: why is it dating back the file by
> 10s, but then not using the dated-back time stamp for anything?

Well, it does, unless I'm misunderstanding your question:

        self.assertGreaterEqual(p.stat().st_mtime, old_mtime)

This checks that the mtime has indeed by changed to something newer.
History
Date User Action Args
2013-11-22 20:32:46pitrousetrecipients: + pitrou, loewis, tim.golden, brian.curtin
2013-11-22 20:32:46pitroulinkissue19715 messages
2013-11-22 20:32:46pitroucreate