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 r.david.murray
Recipients r.david.murray, tomskaczmarek
Date 2015-07-07.18:42:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436294560.14.0.802155353754.issue24586@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-07-07 18:42:40r.david.murraysetrecipients: + r.david.murray, tomskaczmarek
2015-07-07 18:42:40r.david.murraysetmessageid: <1436294560.14.0.802155353754.issue24586@psf.upfronthosting.co.za>
2015-07-07 18:42:40r.david.murraylinkissue24586 messages
2015-07-07 18:42:39r.david.murraycreate