Message132126
| 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:39 | pitrou | set | recipients: + pitrou, akuchling, r.david.murray |
| 2011-03-25 17:51:39 | pitrou | set | messageid: <1301075499.03.0.395665319629.issue9557@psf.upfronthosting.co.za> |
| 2011-03-25 17:51:38 | pitrou | link | issue9557 messages |
| 2011-03-25 17:51:38 | pitrou | create | |