[docs] [issue28617] Why isn't "in" called a comparison operation?

Terry J. Reedy report at bugs.python.org
Fri Nov 11 19:45:55 EST 2016


Terry J. Reedy added the comment:

"Two more operations with the same syntactic priority, in and not in, are supported ..."

could be changed to

The containment tests in and not in have the same priority as comparisons and are supported ..."

----------
nosy: +terry.reedy
stage:  -> commit review
versions:  -Python 3.3, Python 3.4

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


More information about the docs mailing list