New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some "truthy/falsy" crept in #95454
Comments
|
This can probably be closed now unless I missed some. |
|
@PurityLake The above search for falsy still finds a few in |
|
@pochmann maybe I was a little over zealous, hasn't seemed to affect the functionality at least, I'll make another PR to squash that last one. Seemed Raymond was the one to commit the changes so he must not have minded. |
|
IMO the PR was too aggressive. I approved it only because it wasn't worth the time to debate each individual case. Let's be done with this one now. |
|
Apologies, I'll be more diligent in future |
pochmann commentedJul 29, 2022
Python consistently says true/false, not truthy/falsy. But a few "truthy/falsy" crept into the
loggingdocs:https://github.com/python/cpython/search?q=truthy
https://github.com/python/cpython/search?q=falsy
(Previous issue about a previous instance)
The text was updated successfully, but these errors were encountered: