[issue9069] test_float failure on Solaris

Mark Dickinson report at bugs.python.org
Thu Jun 24 19:14:06 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

David, would it be possible for you to provide the results of:

>>> float.hex(-0.0)
>>> float.fromhex('-0x0.0p+0')

on those platforms, so that we can tell whether it's the float -> hex conversion or the hex -> float conversion that's losing the sign of the zero?

----------

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


More information about the Python-bugs-list mailing list