Guido van Rossum <gu...@python.org> added the comment:

> I'm surprised that they are supported in augmented assignments: `a += 1, 2, 
> 3`.

I guess at the time it was felt that it was better to support it everywhere it 
*could* be supported -- and if a is a list it even makes some amount of sense. 
In any case it's too late to change. :-)

----------

_______________________________________
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