Serhiy Storchaka <storchaka+cpyt...@gmail.com> 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 assignment expressions. > Should 'except for lambda' be added to the end of the sentence? Yes, lambda and assignment expressions have lower priority. ---------- nosy: +serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue20859> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com