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 vstinner
Recipients mark.dickinson, vstinner
Date 2015-01-13.09:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421141927.9.0.283093674708.issue23229@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, there is also infj:

>>> complex(0, float("inf"))
infj
>>> complex("infj")
infj
>>> complex(0, float("nan"))
nanj
>>> complex("nanj")
nanj
History
Date User Action Args
2015-01-13 09:38:47vstinnersetrecipients: + vstinner, mark.dickinson
2015-01-13 09:38:47vstinnersetmessageid: <1421141927.9.0.283093674708.issue23229@psf.upfronthosting.co.za>
2015-01-13 09:38:47vstinnerlinkissue23229 messages
2015-01-13 09:38:47vstinnercreate