[issue17973] FAQ entry for: '+=' on a list inside tuple both succeeds and raises an exception

Ronald Oussoren report at bugs.python.org
Mon May 20 13:42:43 CEST 2013


Ronald Oussoren added the comment:

Allowing the operation to succeed wouldn't be right, you are assigning to an immutable location after all.

----------

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


More information about the Python-bugs-list mailing list