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 brandtbucher
Recipients brandtbucher, docs@python, emilyemorehouse
Date 2020-03-05.21:54:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583445248.34.0.0516528795686.issue39868@roundup.psfhosted.org>
In-reply-to
Content
It looks like https://docs.python.org/3/reference/expressions.html and https://docs.python.org/3/reference/compound_stmts.html were never updated for named expressions.

Because this change has to be backported, it's sort of a blocker for my PEP 614 doc updates in issue 39702, which need to use the missing node in 3.9 only (I'd rather have this get a clean backport now than a messy one later)!

Is somebody more familiar with PEP 572 willing to take this? Should be pretty straightforward.

Pinging Emily since it looks like you've done some grammar/doc work for this in the past.
History
Date User Action Args
2020-03-05 21:54:08brandtbuchersetrecipients: + brandtbucher, docs@python, emilyemorehouse
2020-03-05 21:54:08brandtbuchersetmessageid: <1583445248.34.0.0516528795686.issue39868@roundup.psfhosted.org>
2020-03-05 21:54:08brandtbucherlinkissue39868 messages
2020-03-05 21:54:08brandtbuchercreate