Armin Rigo added the comment:

Maybe I should be more explicit: what seems strange to me is that some complex 
numbers have a repr that, when entered in the source, produces a different 
result.  For example, if you want the result ``(-0-0j)`` you have to enter 
something different.  However, I missed the fact that calling explicitly 
``complex(a, b)`` with a and b being floats always gives exactly a+bj with the 
correct signs.  So I retract my comments.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29602>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to