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 iritkatriel
Recipients benjamin.peterson, candide, ezio.melotti, iritkatriel, martin.panter, mrabarnett, pablogsal, scoder, serhiy.storchaka, steven.daprano
Date 2021-09-04.18:37:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630780650.07.0.319591602488.issue24612@roundup.psfhosted.org>
In-reply-to
Content
Reproduced on 3.11:

>>> 0 + not 0
  File "<stdin>", line 1
    0 + not 0
        ^^^
SyntaxError: invalid syntax
>>> - not 0
  File "<stdin>", line 1
    - not 0
      ^^^
SyntaxError: invalid syntax
History
Date User Action Args
2021-09-04 18:37:30iritkatrielsetrecipients: + iritkatriel, scoder, benjamin.peterson, ezio.melotti, mrabarnett, steven.daprano, martin.panter, serhiy.storchaka, candide, pablogsal
2021-09-04 18:37:30iritkatrielsetmessageid: <1630780650.07.0.319591602488.issue24612@roundup.psfhosted.org>
2021-09-04 18:37:30iritkatriellinkissue24612 messages
2021-09-04 18:37:30iritkatrielcreate