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 eric.smith, ethan.furman, gvanrossum, lemburg, mark.dickinson, pitrou, python-dev, rhettinger, serhiy.storchaka, stutzbach, vstinner
Date 2015-01-13.09:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbxAOXMzDWATbZkSL6H7SV0qCvokexWTSEsMtyw200B9g@mail.gmail.com>
In-reply-to <1421102491.06.0.980164721067.issue23185@psf.upfronthosting.co.za>
Content
Guido van Rossum added the comment:
> Should inf and nan be added to cmath too?  It has e and pi and isnan() and isinf()...
>
> Also complex(0, math.nan) a value that is printed as "nanj" and complex("nanj") parses and returns such a value, so the point could be made that there should be a constant named complex.nanj.

Since it's a different module and we are talking about more and
different constants, I suggest to open a new issue.
History
Date User Action Args
2015-01-13 09:07:12vstinnersetrecipients: + vstinner, lemburg, gvanrossum, rhettinger, mark.dickinson, pitrou, eric.smith, stutzbach, ethan.furman, python-dev, serhiy.storchaka
2015-01-13 09:07:12vstinnerlinkissue23185 messages
2015-01-13 09:07:11vstinnercreate