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 alex
Recipients JBernardo, alex, benjamin.peterson, georg.brandl, pitrou, rhettinger
Date 2011-12-28.20:31:28
SpamBayes Score 0.0031697657
Marked as misclassified No
Message-id <1325104289.42.0.674629080877.issue13667@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth I proposed this on -ideas a while ago, the sticking points were what does `not in` do (no one had an answer anyone was happy with for this), and do we need a way to override it from the other perspective (e.g. if I want to do `SpecialObj() in [1, 2, 3]`, is there a way to do that?).
History
Date User Action Args
2011-12-28 20:31:29alexsetrecipients: + alex, georg.brandl, rhettinger, pitrou, benjamin.peterson, JBernardo
2011-12-28 20:31:29alexsetmessageid: <1325104289.42.0.674629080877.issue13667@psf.upfronthosting.co.za>
2011-12-28 20:31:28alexlinkissue13667 messages
2011-12-28 20:31:28alexcreate