Irit Katriel <iritkatr...@gmail.com> added the comment:

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

----------
nosy: +iritkatriel, pablogsal
versions: +Python 3.11 -Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue24612>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to