[issue9557] test_mailbox failure under a Windows VM

Antoine Pitrou report at bugs.python.org
Fri Mar 25 18:51:39 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

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)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9557>
_______________________________________


More information about the Python-bugs-list mailing list