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 mcara
Recipients ammar2, mcara, tim.peters
Date 2017-07-19.14:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500474222.39.0.377811165623.issue30965@psf.upfronthosting.co.za>
In-reply-to
Content
I am sure that some time ago I read that `in` is a comparison operator but I forgot it and I was thinking that (x in y) would be equivalent to (replaced with) the return value of y.__contains__(x).
History
Date User Action Args
2017-07-19 14:23:42mcarasetrecipients: + mcara, tim.peters, ammar2
2017-07-19 14:23:42mcarasetmessageid: <1500474222.39.0.377811165623.issue30965@psf.upfronthosting.co.za>
2017-07-19 14:23:42mcaralinkissue30965 messages
2017-07-19 14:23:42mcaracreate