We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b4ec6 commit dca5cb9Copy full SHA for dca5cb9
1 file changed
Doc/using/cmdline.rst
@@ -447,6 +447,7 @@ Miscellaneous options
447
-Wdefault # Warn once per call location
448
-Werror # Convert to exceptions
449
-Walways # Warn every time
450
+ -Wall # Same as -Walways
451
-Wmodule # Warn once per calling module
452
-Wonce # Warn once per Python process
453
-Wignore # Never warn
@@ -915,6 +916,7 @@ conflict.
915
916
PYTHONWARNINGS=default # Warn once per call location
917
PYTHONWARNINGS=error # Convert to exceptions
918
PYTHONWARNINGS=always # Warn every time
919
+ PYTHONWARNINGS=all # Same as PYTHONWARNINGS=always
920
PYTHONWARNINGS=module # Warn once per calling module
921
PYTHONWARNINGS=once # Warn once per Python process
922
PYTHONWARNINGS=ignore # Never warn
0 commit comments