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 eric.smith
Recipients Retro, eric.smith, mark.dickinson
Date 2010-12-04.12:55:19
SpamBayes Score 4.3541874e-07
Marked as misclassified No
Message-id <1291467321.83.0.901557275344.issue10621@psf.upfronthosting.co.za>
In-reply-to
Content
There are no tests or docs to fix: it's an internal (static) helper function.

It's not a particularly straightforward change, because you're inserting a space into the middle of the floating point imaginary string. There would be extra bookkeeping and memory management going on.

But even if it were easy, I disagree that it's worth breaking existing usages of complex.__str__, .__repr__, and .__format__.
History
Date User Action Args
2010-12-04 12:55:21eric.smithsetrecipients: + eric.smith, mark.dickinson, Retro
2010-12-04 12:55:21eric.smithsetmessageid: <1291467321.83.0.901557275344.issue10621@psf.upfronthosting.co.za>
2010-12-04 12:55:19eric.smithlinkissue10621 messages
2010-12-04 12:55:19eric.smithcreate