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 ned.deily
Recipients leonardogalani, ned.deily, ronaldoussoren, xtreak
Date 2019-12-28.20:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577564199.12.0.265422932325.issue39149@roundup.psfhosted.org>
In-reply-to
Content
P.S. You should also read the "Operator precedence" section for expressions in the Python Language Reference manual which explains that comparison operators bind tighter than Boolean AND operators:

https://docs.python.org/3/reference/expressions.html#operator-precedence
History
Date User Action Args
2019-12-28 20:16:39ned.deilysetrecipients: + ned.deily, ronaldoussoren, xtreak, leonardogalani
2019-12-28 20:16:39ned.deilysetmessageid: <1577564199.12.0.265422932325.issue39149@roundup.psfhosted.org>
2019-12-28 20:16:39ned.deilylinkissue39149 messages
2019-12-28 20:16:39ned.deilycreate