Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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`.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34508>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to