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

Skip to content

Commit 6b2a28a

Browse files
committed
null merge
2 parents e9631e5 + 41695b6 commit 6b2a28a

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
@@ -380,7 +380,10 @@ Options you shouldn't use
380380
Environment 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-

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ Hugo van Rossum
997997
Saskia van Rossum
998998
Donald Wallace Rouse II
999999
Liam Routt
1000+
Todd Rovito
10001001
Craig Rowland
10011002
Clinton Roy
10021003
Paul Rubin

0 commit comments

Comments
 (0)