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 rushilu
Recipients rushilu
Date 2020-04-13.00:03:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586736208.71.0.129112794549.issue40269@roundup.psfhosted.org>
In-reply-to
Content
In a Python REPL:

>>> -1j
(-0-1j)
>>> (-1j)
(-0-1j)
>>> 0-1j
-1j
>>> -0-1j
-1j

This is clearly inconsistent behavior! -1j and (-1j) should report as -1j, as the other two do.
History
Date User Action Args
2020-04-13 00:03:28rushilusetrecipients: + rushilu
2020-04-13 00:03:28rushilusetmessageid: <1586736208.71.0.129112794549.issue40269@roundup.psfhosted.org>
2020-04-13 00:03:28rushilulinkissue40269 messages
2020-04-13 00:03:28rushilucreate