[issue7050] Augmented assignment of tuple crashes IDLE

Amaury Forgeot d'Arc report at bugs.python.org
Sat Oct 3 21:44:15 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

>From the plain console:
>>> a, b +=2
SystemError: invalid node type (24) for augmented assignment

Python 3.0 used to be correct:
SyntaxError: illegal expression for augmented assignment

----------
assignee:  -> benjamin.peterson
nosy: +amaury.forgeotdarc, benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7050>
_______________________________________


More information about the Python-bugs-list mailing list