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 gvanrossum
Recipients eric.smith, ethan.furman, gvanrossum, lemburg, mark.dickinson, pitrou, python-dev, rhettinger, serhiy.storchaka, stutzbach, vstinner
Date 2015-01-12.22:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421102491.06.0.980164721067.issue23185@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-12 22:41:31gvanrossumsetrecipients: + gvanrossum, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, eric.smith, stutzbach, ethan.furman, python-dev, serhiy.storchaka
2015-01-12 22:41:31gvanrossumsetmessageid: <1421102491.06.0.980164721067.issue23185@psf.upfronthosting.co.za>
2015-01-12 22:41:31gvanrossumlinkissue23185 messages
2015-01-12 22:41:30gvanrossumcreate