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 nedbat
Recipients nedbat
Date 2020-01-01.01:44:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577843047.69.0.249542272206.issue39176@roundup.psfhosted.org>
In-reply-to
Content
I know this is not allowed:

>>> ((a, b, c) := (1, 2, 3))
  File "<stdin>", line 1
SyntaxError: cannot use named assignment with tuple


But what is "named assignment", and why is this SyntaxError talking about it?  Shouldn't it say "cannot use assignment expressions with tuple" ?
History
Date User Action Args
2020-01-01 01:44:07nedbatsetrecipients: + nedbat
2020-01-01 01:44:07nedbatsetmessageid: <1577843047.69.0.249542272206.issue39176@roundup.psfhosted.org>
2020-01-01 01:44:07nedbatlinkissue39176 messages
2020-01-01 01:44:07nedbatcreate