This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients Trundle, docs@python, eric.snow, georg.brandl, r.david.murray, rhettinger
Date 2011-05-03.21:19:18
SpamBayes Score 0.03965263
Marked as misclassified No
Message-id <1304457560.98.0.476720376062.issue11988@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-03 21:19:21georg.brandlsetrecipients: + georg.brandl, rhettinger, r.david.murray, Trundle, docs@python, eric.snow
2011-05-03 21:19:20georg.brandlsetmessageid: <1304457560.98.0.476720376062.issue11988@psf.upfronthosting.co.za>
2011-05-03 21:19:18georg.brandllinkissue11988 messages
2011-05-03 21:19:18georg.brandlcreate