[issue22545] incomplete complex repr() with negative zeroes

Eric V. Smith report at bugs.python.org
Fri Oct 3 11:16:01 CEST 2014


Eric V. Smith added the comment:

Where are you seeing this?

On an Ubuntu 13.10 x86 box, I see:

>>> complex(-0.0)
(-0+0j)

This is with 2.7.5+, 3.3.2+ (from Ubuntu distro), and with 3.5.0a0 and 3.4.2rc1+ built locally.

----------

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


More information about the Python-bugs-list mailing list