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 serhiy.storchaka
Recipients benjamin.peterson, gvanrossum, mark.dickinson, serhiy.storchaka
Date 2018-08-28.17:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535477589.91.0.56676864532.issue34508@psf.upfronthosting.co.za>
In-reply-to
Content
I understand why non-parenthesized tuples are supported in assignments, in return statements and yield expressions and in for loops, but I'm surprised that they are supported in augmented assignments: `a += 1, 2, 3`.
History
Date User Action Args
2018-08-28 17:33:09serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, mark.dickinson, benjamin.peterson
2018-08-28 17:33:09serhiy.storchakasetmessageid: <1535477589.91.0.56676864532.issue34508@psf.upfronthosting.co.za>
2018-08-28 17:33:09serhiy.storchakalinkissue34508 messages
2018-08-28 17:33:09serhiy.storchakacreate