[issue15477] test_cmath failures on OS X 10.8

Ned Deily report at bugs.python.org
Thu Oct 24 22:54:18 CEST 2013


Ned Deily added the comment:

I built Python at 3fba718e46e5 on both 10.8 and 10.9 which was just before your changes for this issue went in, Mark.

On 10.8: test_cmath fails and:
>>> math.log1p(-0.0)
0.0
And, indeed, on 10.9, it passes and:
>>> math.log1p(-0.0)
-0.0

----------

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


More information about the Python-bugs-list mailing list