Mark Dickinson added the comment:

Another 'fix' would be to allow assignment to a tuple item in the case that the 
item being assigned is the same (in the sense of 'is') as the item already in 
the tuple.  Then the '+=' operation would succeed, but the tuple would remain 
immutable.

----------
nosy: +mark.dickinson

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

Reply via email to