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 arigo
Recipients Tom Krauss, arigo, mark.dickinson, serhiy.storchaka, steven.daprano
Date 2017-02-20.14:40:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487601636.19.0.751806454665.issue29602@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe I should be more explicit: what seems strange to me is that some complex numbers have a repr that, when entered in the source, produces a different result.  For example, if you want the result ``(-0-0j)`` you have to enter something different.  However, I missed the fact that calling explicitly ``complex(a, b)`` with a and b being floats always gives exactly a+bj with the correct signs.  So I retract my comments.
History
Date User Action Args
2017-02-20 14:40:36arigosetrecipients: + arigo, mark.dickinson, steven.daprano, serhiy.storchaka, Tom Krauss
2017-02-20 14:40:36arigosetmessageid: <1487601636.19.0.751806454665.issue29602@psf.upfronthosting.co.za>
2017-02-20 14:40:36arigolinkissue29602 messages
2017-02-20 14:40:36arigocreate