-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
Quoting from 6.17 Operator Precedence:
Operators in the same box group left to right (except for exponentiation, which groups from right to left).
Another exception should be included for conditional expressions, which also group from right to left: a if b else c if d else e
is equivalent to a if b else (c if d else e)
, not (a if b else c) if d else e
.
Metadata
Metadata
Assignees
Labels
3.10only security fixesonly security fixes3.11only security fixesonly security fixes3.12only security fixesonly security fixesdocsDocumentation in the Doc dirDocumentation in the Doc dir