Message 366276 - Python tracker (original) (raw)

Message366276

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:28 rushilu set recipients: + rushilu
2020-04-13 00:03:28 rushilu set messageid: 1586736208.71.0.129112794549.issue40269@roundup.psfhosted.org
2020-04-13 00:03:28 rushilu link issue40269 messages
2020-04-13 00:03:28 rushilu create