[issue10278] add time.wallclock() method

Antoine Pitrou report at bugs.python.org
Wed Jan 18 19:43:35 CET 2012


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

There are some issue on the Windows buildbots:



======================================================================
FAIL: test_wallclock (test.test_time.TimeTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_time.py", line 340, in test_wallclock
    self.assertAlmostEqual(t, 0.1, places=2)
AssertionError: 0.09138312271531701 != 0.1 within 2 places

----------------------------------------------------------------------

----------
assignee:  -> haypo
status: closed -> open

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


More information about the Python-bugs-list mailing list