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 serhiy.storchaka
Recipients Segebre, serhiy.storchaka
Date 2018-04-26.07:05:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524726350.43.0.682650639539.issue33364@psf.upfronthosting.co.za>
In-reply-to
Content
In Python "True == False < 20" is evaluated as "True == False and False < 20". See https://docs.python.org/3/reference/expressions.html#comparisons
History
Date User Action Args
2018-04-26 07:05:50serhiy.storchakasetrecipients: + serhiy.storchaka, Segebre
2018-04-26 07:05:50serhiy.storchakasetmessageid: <1524726350.43.0.682650639539.issue33364@psf.upfronthosting.co.za>
2018-04-26 07:05:50serhiy.storchakalinkissue33364 messages
2018-04-26 07:05:50serhiy.storchakacreate