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 abarnert
Recipients abarnert, docs@python
Date 2015-12-15.07:51:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450165894.08.0.0625011433056.issue25865@psf.upfronthosting.co.za>
In-reply-to
Content
As a side note, why isn't () allowed as an empty target list, like []? Then the rules for target lists vs. single targets would be exactly parallel to the rules for tuple and list displays. And the error message `can't assign to ()` seems a bit weird--you can't really assign to the tuple `a, b, c` or `(a, b, c)`, but that's not what you're doing; you're just specifying a target list.
History
Date User Action Args
2015-12-15 07:51:34abarnertsetrecipients: + abarnert, docs@python
2015-12-15 07:51:34abarnertsetmessageid: <1450165894.08.0.0625011433056.issue25865@psf.upfronthosting.co.za>
2015-12-15 07:51:34abarnertlinkissue25865 messages
2015-12-15 07:51:33abarnertcreate