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 akuchling, pitrou, r.david.murray
Date 2011-03-25.17:51:38
SpamBayes Score 0.0036178594
Marked as misclassified No
Message-id <1301075499.03.0.395665319629.issue9557@psf.upfronthosting.co.za>
In-reply-to
Content
before: os.path.getmtime('cur') = 1301075411.6942866
before: os.path.getmtime('new') = 1301075411.693287
after: os.path.getmtime('cur') = 1301075347.38
after: os.path.getmtime('new') = 1301075347.38
self._box._last_read = 1301075407.365
time.time() = 1301075408.395

(the test passed here)
History
Date User Action Args
2011-03-25 17:51:39pitrousetrecipients: + pitrou, akuchling, r.david.murray
2011-03-25 17:51:39pitrousetmessageid: <1301075499.03.0.395665319629.issue9557@psf.upfronthosting.co.za>
2011-03-25 17:51:38pitroulinkissue9557 messages
2011-03-25 17:51:38pitroucreate