Skip to content

Commit dca5cb9

Browse files
committed
Document option -Wall (an alias for -Walways)
1 parent e9b4ec6 commit dca5cb9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ Miscellaneous options
447447
-Wdefault # Warn once per call location
448448
-Werror # Convert to exceptions
449449
-Walways # Warn every time
450+
-Wall # Same as -Walways
450451
-Wmodule # Warn once per calling module
451452
-Wonce # Warn once per Python process
452453
-Wignore # Never warn
@@ -915,6 +916,7 @@ conflict.
915916
PYTHONWARNINGS=default # Warn once per call location
916917
PYTHONWARNINGS=error # Convert to exceptions
917918
PYTHONWARNINGS=always # Warn every time
919+
PYTHONWARNINGS=all # Same as PYTHONWARNINGS=always
918920
PYTHONWARNINGS=module # Warn once per calling module
919921
PYTHONWARNINGS=once # Warn once per Python process
920922
PYTHONWARNINGS=ignore # Never warn

0 commit comments

Comments
 (0)