This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ezio.melotti, rhettinger, serhiy.storchaka, terry.reedy
Date 2021-06-23.11:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624446246.65.0.383254327587.issue20859@roundup.psfhosted.org>
In-reply-to
Content
> "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.
History
Date User Action Args
2021-06-23 11:04:06serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, ezio.melotti
2021-06-23 11:04:06serhiy.storchakasetmessageid: <1624446246.65.0.383254327587.issue20859@roundup.psfhosted.org>
2021-06-23 11:04:06serhiy.storchakalinkissue20859 messages
2021-06-23 11:04:06serhiy.storchakacreate