File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,7 +379,10 @@ Options you shouldn't use
379379Environment variables
380380---------------------
381381
382- These environment variables influence Python's behavior.
382+ These environment variables influence Python's behavior, they are processed
383+ before the command-line switches other than -E. It is customary that
384+ command-line switches override environmental variables where there is a
385+ conflict.
383386
384387.. envvar :: PYTHONHOME
385388
@@ -570,4 +573,3 @@ if Python was configured with the ``--with-pydebug`` build option.
570573
571574 If set, Python will print memory allocation statistics every time a new
572575 object arena is created, and on shutdown.
573-
Original file line number Diff line number Diff line change @@ -901,6 +901,7 @@ Hugo van Rossum
901901Saskia van Rossum
902902Donald Wallace Rouse II
903903Liam Routt
904+ Todd Rovito
904905Craig Rowland
905906Clinton Roy
906907Paul Rubin
You can’t perform that action at this time.
0 commit comments