[issue30217] Missing entry for the tilde (~) operator in the Index

2017-05-08 Thread Eric Lebigot

Eric Lebigot added the comment:

Good reference.

Another one would be 
https://docs.python.org/3/reference/expressions.html#unary-arithmetic-and-bitwise-operations,
 which explicitly indicates that it only makes sense for integer types (which 
is useful to keep in mind, as one may think that it could somehow apply to 
floating point numbers as well).

The one at 
https://docs.python.org/3.6/reference/datamodel.html#object.__invert__ is also 
important for learning that it is related to __invert__().

--
nosy: +Eric Lebigot

___
Python tracker 
<http://bugs.python.org/issue30217>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33492] Updating the Evaluation order section to cover *expression in calls

2018-05-15 Thread Eric Lebigot

Change by Eric Lebigot :


--
nosy: +Eric Lebigot

___
Python tracker 
<https://bugs.python.org/issue33492>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com