Irit Katriel <[email protected]> added the comment:
I think this was fixed by now, this is an excerpt from help(operator):
lshift(a, b, /)
Same as a << b.
lt(a, b, /)
Same as a < b.
matmul(a, b, /)
Same as a @ b.
mod(a, b, /)
Same as a % b.
mul(a, b, /)
Same as a * b.
ne(a, b, /)
Same as a != b.
neg(a, /)
Same as -a.
not_(a, /)
Same as not a.
or_(a, b, /)
Same as a | b.
pos(a, /)
Same as +a.
pow(a, b, /)
Same as a ** b.
rshift(a, b, /)
Same as a >> b.
----------
nosy: +iritkatriel
resolution: -> out of date
status: open -> pending
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue26023>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com