[issue11477] Bug in code dispatching based on internal slots

Armin Rigo report at bugs.python.org
Mon Mar 14 22:37:25 CET 2011


Armin Rigo <arigo at users.sourceforge.net> added the comment:

Nick: we get a TypeError anyway if we do unsupported things like "lst += None".  It seems to me that you are confusing levels, unless you can point out a specific place in the documentation that would say "never return NotImplemented from __iadd__(), __imul__(), etc."

----------

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


More information about the Python-bugs-list mailing list