[issue24438] Strange behaviour when multiplying imaginary inf by 1

Mark Dickinson report at bugs.python.org
Fri Jun 12 19:34:24 CEST 2015


Mark Dickinson added the comment:

There's no bug here:  as Steven explained, this is simply the result of the usual arithmetic conversions when performing a mixed-type operation.

> Python should multiply a complex by a non-complex in the "simple" way

I think this would just be adding unnecessary complication.  -1 from me.

----------

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


More information about the Python-bugs-list mailing list