[issue1043] test_builtin failure on Windows

2007-09-03 Thread Georg Brandl
Georg Brandl added the comment: This was apparently fixed by Thomas with rev. 57828. -- nosy: +georg.brandl resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1043 __

[issue1043] test_builtin failure on Windows

2007-09-02 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1043 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1043] test_builtin failure on Windows

2007-08-28 Thread Thomas Heller
New submission from Thomas Heller: 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 -- components: Windows messages: 55355 nosy: