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 r.david.murray
Recipients akuchling, pitrou, r.david.murray
Date 2011-03-25.16:30:41
SpamBayes Score 8.552785e-05
Marked as misclassified No
Message-id <1301070642.16.0.06937620446.issue9557@psf.upfronthosting.co.za>
In-reply-to
Content
That could be, certainly.  The code is depending on the mtime having a resolution of at least one second.  Try making the constant 61 instead of 60.  If that doesn't work, try putting the mtime back a lot farther and see if that makes it work  If it passes with that change then it could be the assumptions made by the code are also incorrect.
History
Date User Action Args
2011-03-25 16:30:42r.david.murraysetrecipients: + r.david.murray, akuchling, pitrou
2011-03-25 16:30:42r.david.murraysetmessageid: <1301070642.16.0.06937620446.issue9557@psf.upfronthosting.co.za>
2011-03-25 16:30:41r.david.murraylinkissue9557 messages
2011-03-25 16:30:41r.david.murraycreate