This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alex Monk
Recipients Alex Monk
Date 2015-06-12.13:22:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434115378.51.0.752150988215.issue24438@psf.upfronthosting.co.za>
In-reply-to
Content
alex@alex-laptop:~$ python3
Python 3.4.3 (default, Mar 26 2015, 22:03:40) 
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> infj = complex(0, float("inf"))
>>> infj
infj
>>> infj*1
(nan+infj)
>>> infj*1*1
(nan+nanj)
History
Date User Action Args
2015-06-12 13:22:58Alex Monksetrecipients: + Alex Monk
2015-06-12 13:22:58Alex Monksetmessageid: <1434115378.51.0.752150988215.issue24438@psf.upfronthosting.co.za>
2015-06-12 13:22:58Alex Monklinkissue24438 messages
2015-06-12 13:22:57Alex Monkcreate