Raymond Hettinger added the comment:

At a grammar and implementation level, the "in" and "not in" operators are 
treated like comparisons (same precedence and opcodes), but at a semantic 
level, I concur with David Murray and don't think of these as being comparisons 
at all.   Accordingly, I prefer the current presentation
and agree with David that the note should be revised to say "only by types that 
support iteration".

----------
nosy: +rhettinger

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28617>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to