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 leonardogalani
Recipients leonardogalani, ned.deily, ronaldoussoren, xtreak
Date 2019-12-28.20:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577565106.38.0.186900688784.issue39149@roundup.psfhosted.org>
In-reply-to
Content
I would totally agree if it wasn't for this:

>>> 'a' and 'b' and 'g' in dict
False

The last evaluation is False, making the whole statement False.

but thanks for the documentation link and stackoverflow suggestion.
it sure does make the code more readable.

Happy new year!
History
Date User Action Args
2019-12-28 20:31:46leonardogalanisetrecipients: + leonardogalani, ronaldoussoren, ned.deily, xtreak
2019-12-28 20:31:46leonardogalanisetmessageid: <1577565106.38.0.186900688784.issue39149@roundup.psfhosted.org>
2019-12-28 20:31:46leonardogalanilinkissue39149 messages
2019-12-28 20:31:46leonardogalanicreate