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 Anthony Sottile, brandtbucher, gvanrossum, ncoghlan
Date 2021-05-01.02:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619835956.01.0.916272419709.issue43994@roundup.psfhosted.org>
In-reply-to
Content
+ Nick and Guido

The only benefit I see on our side is that it leaves the door open for complex assignment targets in the future, like (a, b), a[b], etc.

(If I recall correctly, this is also why NamedExpr uses an expr target rather than just an identifier.)

I guess I'm neutral on this. The usability argument seems weak, but I can see the separate case for forward-compatibility with possible syntax extensions in the future. Thoughts?

Marking as high priority since we need to make a decision on this before the beta.
History
Date User Action Args
2021-05-01 02:25:56brandtbuchersetrecipients: + brandtbucher, gvanrossum, ncoghlan, Anthony Sottile
2021-05-01 02:25:56brandtbuchersetmessageid: <1619835956.01.0.916272419709.issue43994@roundup.psfhosted.org>
2021-05-01 02:25:55brandtbucherlinkissue43994 messages
2021-05-01 02:25:55brandtbuchercreate