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 docs@python, steven.daprano
Date 2022-02-28.15:29:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646062178.35.0.51257018302.issue46883@roundup.psfhosted.org>
In-reply-to
Content
Note also that this is mentioned here:

https://docs.python.org/3/library/stdtypes.html#boolean-values

"[True and False] are used to represent truth values (although other values can also be considered false or true)."

although it is perhaps not as clear as I would prefer.

Also relevant is this:

https://docs.python.org/3/library/stdtypes.html#truth-value-testing
History
Date User Action Args
2022-02-28 15:29:38steven.dapranosetrecipients: + steven.daprano, docs@python
2022-02-28 15:29:38steven.dapranosetmessageid: <1646062178.35.0.51257018302.issue46883@roundup.psfhosted.org>
2022-02-28 15:29:38steven.dapranolinkissue46883 messages
2022-02-28 15:29:38steven.dapranocreate