File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -380,7 +380,10 @@ Options you shouldn't use
380380Environment variables
381381---------------------
382382
383- These environment variables influence Python's behavior.
383+ These environment variables influence Python's behavior, they are processed
384+ before the command-line switches other than -E. It is customary that
385+ command-line switches override environmental variables where there is a
386+ conflict.
384387
385388.. envvar :: PYTHONHOME
386389
@@ -577,4 +580,3 @@ if Python was configured with the ``--with-pydebug`` build option.
577580
578581 If set, Python will print memory allocation statistics every time a new
579582 object arena is created, and on shutdown.
580-
Original file line number Diff line number Diff line change @@ -997,6 +997,7 @@ Hugo van Rossum
997997Saskia van Rossum
998998Donald Wallace Rouse II
999999Liam Routt
1000+ Todd Rovito
10001001Craig Rowland
10011002Clinton Roy
10021003Paul Rubin
You can’t perform that action at this time.
0 commit comments