-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
python -Wall is undocumented #121101
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
Labels
docs
Documentation in the Doc dir
Comments
kumaraditya303
pushed a commit
that referenced
this issue
Jun 29, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 29, 2024
…nGH-121102) (cherry picked from commit 0a1e8ff) Co-authored-by: Wim Jeantine-Glenn <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 29, 2024
…nGH-121102) (cherry picked from commit 0a1e8ff) Co-authored-by: Wim Jeantine-Glenn <[email protected]>
kumaraditya303
pushed a commit
that referenced
this issue
Jun 29, 2024
kumaraditya303
pushed a commit
that referenced
this issue
Jun 29, 2024
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many people are using it "python3 -Wall", but "all" is not listed as a valid choice at cmdoption -W docs, nor at env var PYTHONWARNINGS docs.
When I saw it used I wanted to check what this option does in the docs but I had to RTFS to understand that it was just an alias for "always", so I think the alias should be documented.
Linked PRs
The text was updated successfully, but these errors were encountered: