Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

It may have been a mistake to directly support | & and ^.
That implies ~ should work.  The fallback is to use "not"
but that looks weird and has the wrong operator precedence:

   (not a) ^ (not b & c)

----------

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

Reply via email to