This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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 -> closed resolution: fixed messages: + msg55608 nosy: + georg.brandl |
| 2007年09月02日 20:09:31 | loewis | set | keywords: + patch |
| 2007年08月28日 06:12:09 | theller | create | |