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 josh.r, mark.dickinson, rhettinger, rushilu, serhiy.storchaka, steven.daprano, tim.peters
Date 2020-04-13.08:48:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586767735.82.0.866340668711.issue40269@roundup.psfhosted.org>
In-reply-to
Content
It is a known issue, but I have no references to previous discussions. Outputting numbers with decimal point will not help in case of complex(-0.0, 1.0). Maybe the only way to solve this problem is to implement special Imaginary type (as a subclass of complex).
History
Date User Action Args
2020-04-13 08:48:55serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, steven.daprano, josh.r, rushilu
2020-04-13 08:48:55serhiy.storchakasetmessageid: <1586767735.82.0.866340668711.issue40269@roundup.psfhosted.org>
2020-04-13 08:48:55serhiy.storchakalinkissue40269 messages
2020-04-13 08:48:55serhiy.storchakacreate