Tim Peters wrote:
Umm ... that's the opposite of what the Reference Manual says "lower":means:
"""
6.16. Operator precedence
The following table summarizes the operator precedence in Python, from
lowest precedence (least binding) to highest precedence (most
binding).
"""
Which is also in accord with the usual English meaning of the word
"precedence" -- things with higher precedence get done first.
--
Greg
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/