Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dccbe1

Browse files
committed
null merge
2 parents 1eff0fc + abfc7df commit 0dccbe1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,10 @@ Options you shouldn't use
379379
Environment 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-

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ Hugo van Rossum
901901
Saskia van Rossum
902902
Donald Wallace Rouse II
903903
Liam Routt
904+
Todd Rovito
904905
Craig Rowland
905906
Clinton Roy
906907
Paul Rubin

0 commit comments

Comments
 (0)