mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Issue #9583: Document startup option/environment interaction.
Patch by Todd Rovito.
This commit is contained in:
parent
e9cf97cf20
commit
abfc7df149
2 changed files with 5 additions and 2 deletions
|
@ -379,7 +379,10 @@ Options you shouldn't use
|
||||||
Environment variables
|
Environment variables
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
These environment variables influence Python's behavior.
|
These environment variables influence Python's behavior, they are processed
|
||||||
|
before the command-line switches other than -E. It is customary that
|
||||||
|
command-line switches override environmental variables where there is a
|
||||||
|
conflict.
|
||||||
|
|
||||||
.. envvar:: PYTHONHOME
|
.. envvar:: PYTHONHOME
|
||||||
|
|
||||||
|
@ -570,4 +573,3 @@ if Python was configured with the ``--with-pydebug`` build option.
|
||||||
|
|
||||||
If set, Python will print memory allocation statistics every time a new
|
If set, Python will print memory allocation statistics every time a new
|
||||||
object arena is created, and on shutdown.
|
object arena is created, and on shutdown.
|
||||||
|
|
||||||
|
|
|
@ -901,6 +901,7 @@ Hugo van Rossum
|
||||||
Saskia van Rossum
|
Saskia van Rossum
|
||||||
Donald Wallace Rouse II
|
Donald Wallace Rouse II
|
||||||
Liam Routt
|
Liam Routt
|
||||||
|
Todd Rovito
|
||||||
Craig Rowland
|
Craig Rowland
|
||||||
Clinton Roy
|
Clinton Roy
|
||||||
Paul Rubin
|
Paul Rubin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue