Ned Deily <[email protected]> added the comment:
P.S. You should also read the "Operator precedence" section for expressions in the Python Language Reference manual which explains that comparison operators bind tighter than Boolean AND operators: https://docs.python.org/3/reference/expressions.html#operator-precedence ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39149> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
