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 steven.daprano
Recipients Kshitish, steven.daprano
Date 2020-11-28.09:20:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606555230.63.0.806386285064.issue42490@roundup.psfhosted.org>
In-reply-to
Content
Nishant Gautam does not understand not condition.

This is your sixth incorrect bug report in a row. Please stop. This is not a help desk to correct your mistakes.

a == 10 and (b != (not(11))) and b == a

--> True and (b != False) and True
--> True and True and True
--> True
History
Date User Action Args
2020-11-28 09:20:30steven.dapranosetrecipients: + steven.daprano, Kshitish
2020-11-28 09:20:30steven.dapranosetmessageid: <1606555230.63.0.806386285064.issue42490@roundup.psfhosted.org>
2020-11-28 09:20:30steven.dapranolinkissue42490 messages
2020-11-28 09:20:30steven.dapranocreate