Nick Coghlan <ncogh...@gmail.com> added the comment:

Armin, I'm not sure returning NotImplemented from __iadd__ is a good idea in 
this case. It means "+=" on a mutable object may silently fail to mutate 
in-place - enabling that seems rather questionable.

----------
nosy: +ncoghlan

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

Reply via email to