[issue3421] Test failure in test_math::testSum

Georg Brandl report at bugs.python.org
Sat Jul 26 13:18:37 CEST 2008


Georg Brandl <georg at python.org> added the comment:

Both trunk and 3k give this:

>>> 1e16 + 2.9999
10000000000000004.0
>>> 1.7976931348623157e+308 + 9.979201547673598e+291
inf

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


More information about the Python-bugs-list mailing list