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 rhettinger
Recipients emilyemorehouse, gvanrossum, pfalcon, rhettinger, tim.peters
Date 2021-02-06.17:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612633251.95.0.378868061732.issue43143@roundup.psfhosted.org>
In-reply-to
Content
+0 I think this is with worth considering.  Whenever the use case arises, the workaround is awkward.  Code would be clearer if assignment expressions were liberalized to allow unpacking.

The PEP aspired to avoid complex lvalues that might be hard to read or that had tricky semantics.  Unpacking is one the simpler cases and would be mostly harmless and sometimes beneficial (and not just for the uncommon case of wanting simultaneous assignment).
History
Date User Action Args
2021-02-06 17:40:52rhettingersetrecipients: + rhettinger, gvanrossum, tim.peters, pfalcon, emilyemorehouse
2021-02-06 17:40:51rhettingersetmessageid: <1612633251.95.0.378868061732.issue43143@roundup.psfhosted.org>
2021-02-06 17:40:51rhettingerlinkissue43143 messages
2021-02-06 17:40:51rhettingercreate