[issue24612] not operator expression raising a syntax error

Serhiy Storchaka report at bugs.python.org
Sat Jul 11 18:18:41 CEST 2015


Serhiy Storchaka added the comment:

"not not 0" is compiled successful, while "+ not 0", "- not 0", and "~ not 0" are rejected.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24612>
_______________________________________


More information about the Python-bugs-list mailing list