[New-bugs-announce] [issue22545] incomplete complex repr() with negative zeroes

Antoine Pitrou report at bugs.python.org
Fri Oct 3 10:40:44 CEST 2014


New submission from Antoine Pitrou:

>>> complex(-0.0)
0j
>>> complex(-0.0).real
-0.0

----------
components: Interpreter Core
messages: 228310
nosy: eric.smith, lemburg, mark.dickinson, pitrou, stutzbach
priority: normal
severity: normal
status: open
title: incomplete complex repr() with negative zeroes
type: behavior
versions: Python 3.4, Python 3.5

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


More information about the New-bugs-announce mailing list