[issue20859] Context of documentation for conditional expressions

2021-06-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > "and exponentiation and conditional expressions, which group from right to > left". LGTM > "Python evaluates expressions from left to right (except for conditional > expressions)." LGTM. It would be nice to add also examples for conditional and assignm

[issue20859] Context of documentation for conditional expressions

2021-06-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker ___

[issue20859] Context of documentation for conditional expressions

2014-05-09 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20859] Context of documentation for conditional expressions

2014-03-06 Thread Terry J. Reedy
New submission from Terry J. Reedy: The documentation for conditional expressions (c_exps) http://docs.python.org/3/reference/expressions.html#conditional-expressions and the later sections on evaluation order and operator precedence have 3 inconsistencies with each other. I believe the latter (