Mark Dickinson <dicki...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9069>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to