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 JBernardo, benjamin.peterson, georg.brandl, pitrou
Date 2011-12-28.10:37:10
SpamBayes Score 0.11648622
Marked as misclassified No
Message-id <1325068631.53.0.471070754891.issue13667@psf.upfronthosting.co.za>
In-reply-to
Content
Well, usually what you want *is* a boolean indicating whether the element is in the collection or not.

Being able to overload "in", mostly for metaprogramming purposes, is a request that probably nobody thought of when implementing "in".
History
Date User Action Args
2011-12-28 10:37:11georg.brandlsetrecipients: + georg.brandl, pitrou, benjamin.peterson, JBernardo
2011-12-28 10:37:11georg.brandlsetmessageid: <1325068631.53.0.471070754891.issue13667@psf.upfronthosting.co.za>
2011-12-28 10:37:10georg.brandllinkissue13667 messages
2011-12-28 10:37:10georg.brandlcreate