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 mark.dickinson
Recipients eric.smith, ethan.furman, gvanrossum, lemburg, mark.dickinson, pitrou, python-dev, rhettinger, serhiy.storchaka, stutzbach, vstinner
Date 2015-01-13.09:35:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421141745.31.0.312764152931.issue23185@psf.upfronthosting.co.za>
In-reply-to
Content
> Should inf and nan be added to cmath too?

Hmm; probably, yes.  I'll open an issue.

> so the point could be made that there should be a constant named complex.nanj

Yes, I suppose it could (along with infj, of course).  I don't like it much, and I suspect it would get almost no uses.  complex(0, inf) and complex(0, nan) seem like good enough spellings.
History
Date User Action Args
2015-01-13 09:35:45mark.dickinsonsetrecipients: + mark.dickinson, lemburg, gvanrossum, rhettinger, pitrou, vstinner, eric.smith, stutzbach, ethan.furman, python-dev, serhiy.storchaka
2015-01-13 09:35:45mark.dickinsonsetmessageid: <1421141745.31.0.312764152931.issue23185@psf.upfronthosting.co.za>
2015-01-13 09:35:45mark.dickinsonlinkissue23185 messages
2015-01-13 09:35:44mark.dickinsoncreate