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 Stefan Pochmann
Recipients Stefan Pochmann, docs@python
Date 2021-10-02.14:17:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633184246.2.0.0169690019034.issue45346@roundup.psfhosted.org>
In-reply-to
Content
Python consistently says true/false, not truthy/falsy. But a few "truthy" have crept in now:

https://github.com/python/cpython/search?q=truthy
- Two in Doc/reference/compound_stmts.rst
- One in Doc/library/ast.rst
- One in Lib/test/test_builtin.py

Evidence for consistent true/false usage, if needed:
https://docs.python.org/3/library/stdtypes.html#truth-value-testing
https://docs.python.org/3/library/stdtypes.html#boolean-operations-and-or-not
https://docs.python.org/3/reference/compound_stmts.html#the-if-statement
https://docs.python.org/3/reference/compound_stmts.html#the-while-statement
https://docs.python.org/3/reference/expressions.html#boolean-operations
History
Date User Action Args
2021-10-02 14:17:26Stefan Pochmannsetrecipients: + Stefan Pochmann, docs@python
2021-10-02 14:17:26Stefan Pochmannsetmessageid: <1633184246.2.0.0169690019034.issue45346@roundup.psfhosted.org>
2021-10-02 14:17:26Stefan Pochmannlinkissue45346 messages
2021-10-02 14:17:26Stefan Pochmanncreate