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 rhettinger
Recipients docs@python, josh.r, mark.dickinson, rhettinger, rushilu, serhiy.storchaka, steven.daprano, tim.peters
Date 2020-04-18.18:35:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587234911.69.0.874256498539.issue40269@roundup.psfhosted.org>
In-reply-to
Content
Since integers don't have signed zeros, the use of integers in the complex repr is a little weird:

>>> (-0-1j)         # The unary minus in the repr has no effect.
-1j
>>> (0-1j)
-1j
History
Date User Action Args
2020-04-18 18:35:11rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, steven.daprano, docs@python, serhiy.storchaka, josh.r, rushilu
2020-04-18 18:35:11rhettingersetmessageid: <1587234911.69.0.874256498539.issue40269@roundup.psfhosted.org>
2020-04-18 18:35:11rhettingerlinkissue40269 messages
2020-04-18 18:35:11rhettingercreate