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, petri.lehtinen, pitrou
Date 2011-11-03.11:25:15
SpamBayes Score 0.00042856872
Marked as misclassified No
Message-id <1320319251.3374.0.camel@localhost.localdomain>
In-reply-to <1320290917.92.0.756641085515.issue13327@psf.upfronthosting.co.za>
Content
> The `delta` keyword would actually be better than `places`, especially
> on the slower buildbots. delta=10 would allow up to 10 seconds between
> those utime calls. Is that being too permissive?

I think it's ok. We don't have to test the system's utime
implementation, just that the second parameter does what it should.
History
Date User Action Args
2011-11-03 11:25:16pitrousetrecipients: + pitrou, brian.curtin, petri.lehtinen
2011-11-03 11:25:15pitroulinkissue13327 messages
2011-11-03 11:25:15pitroucreate