Mark Dickinson <dicki...@gmail.com> added the comment:

True.  I guess there's a mismatch either way around:  currently,
"A += [4]" and "A.append(4)" behave differently for (e.g.,) a list A.  With the 
proposed change, "n += 3" and "n = n + 3" behave differently for a integer n.  
I'm not sure why I find the latter idea more disturbing than the former.

----------

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

Reply via email to