Georg Brandl <ge...@python.org> added the comment:

Not sure I understand your issue here.  How should "1 in y" get at 
X.__contains__ given the special method lookup rules?  The __getattr__ is not 
called since y.__contains__ isn't looked up.

----------
nosy: +georg.brandl

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

Reply via email to