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 fdrake
Recipients docs@python, fdrake, r.david.murray, rhettinger, wim.glenn
Date 2016-11-04.22:17:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478297844.51.0.465330327613.issue28617@psf.upfronthosting.co.za>
In-reply-to
Content
"in" and "not in" are not comparisons, regardless of implementation mechanics (which could change).

They aren't really dependent on iteration, though they often correlate with iteration.

I'd rather see them described as "containment tests" or something similar.
History
Date User Action Args
2016-11-04 22:17:24fdrakesetrecipients: + fdrake, rhettinger, r.david.murray, docs@python, wim.glenn
2016-11-04 22:17:24fdrakesetmessageid: <1478297844.51.0.465330327613.issue28617@psf.upfronthosting.co.za>
2016-11-04 22:17:24fdrakelinkissue28617 messages
2016-11-04 22:17:24fdrakecreate