R. David Murray added the comment:

You missed the sentence just before the table that mentions that comparisons 
support chaining (see 
https://docs.python.org/3/reference/expressions.html#not-in).  1<-1==0 is 
actually equivalent to (1<-1) and (1==0), which is False.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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

Reply via email to