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 serhiy.storchaka
Recipients gvanrossum, mark.dickinson, serhiy.storchaka, vstinner
Date 2015-01-13.17:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421169479.83.0.200647704839.issue23229@psf.upfronthosting.co.za>
In-reply-to
Content
> Note, the reason I proposed nanj (and infj) is that these are produced by
> repr() of complex numbers. Having them in the cmath module provides a place
> to document them which will then be searchable.

Another solution would be to change repr() of complex if imaginary component is not finite number to the form complex(x, y).
History
Date User Action Args
2015-01-13 17:17:59serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, mark.dickinson, vstinner
2015-01-13 17:17:59serhiy.storchakasetmessageid: <1421169479.83.0.200647704839.issue23229@psf.upfronthosting.co.za>
2015-01-13 17:17:59serhiy.storchakalinkissue23229 messages
2015-01-13 17:17:59serhiy.storchakacreate