Mark Dickinson added the comment:

> Another solution would be to change repr() of complex if imaginary
> component is not finite number to the form complex(x, y).

That wouldn't help with the str(), though, unless you're proposing to change 
that, too.

----------

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

Reply via email to