cpython
cpython copied to clipboard
Sentence cased True and False to be more pythonic
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.
If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.
It seems to me that in all these cases, "true" or "false" do not refer to Python entities, but are used as part of natural language.
I suggest to reject this PR.
We use lower true to mean any value such that bool(value) returns True.
We use uppercase True for the actual true singleton.