Issue 1043: test_builtin failure on Windows (original) (raw)

Issue1043

Created on 2007-08-28 06:12 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55355 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2007-08-28 06:12
test test_builtin failed -- Traceback (most recent call last): File "c:\svn\py3k\lib\test\test_builtin.py", line 1473, in test_round self.assertEqual(round(1e20), 1e20) AssertionError: 0 != 1e+020
msg55608 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-03 07:30
This was apparently fixed by Thomas with rev. 57828.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45384
2007-09-03 07:30:45 georg.brandl set status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl
2007-09-02 20:09:31 loewis set keywords: + patch
2007-08-28 06:12:09 theller create