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 gvanrossum, mark.dickinson, serhiy.storchaka, vstinner
Date 2015-01-13.17:31:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421170296.96.0.0433106714257.issue23229@psf.upfronthosting.co.za>
In-reply-to
Content
> Another solution would be to change repr() of complex if imaginary
> component is not finite number to the form complex(x, y).

That wouldn't help with the str(), though, unless you're proposing to change that, too.
History
Date User Action Args
2015-01-13 17:31:36mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, vstinner, serhiy.storchaka
2015-01-13 17:31:36mark.dickinsonsetmessageid: <1421170296.96.0.0433106714257.issue23229@psf.upfronthosting.co.za>
2015-01-13 17:31:36mark.dickinsonlinkissue23229 messages
2015-01-13 17:31:36mark.dickinsoncreate