mirror of
https://github.com/python/cpython.git
synced 2024-12-17 13:54:14 +08:00
Merge wrong escape removal with 3.3.
This commit is contained in:
commit
8d3069a221
@ -456,7 +456,7 @@ Examples:
|
|||||||
In addition to environment variables, the same settings can be configured
|
In addition to environment variables, the same settings can be configured
|
||||||
in the .INI file used by the launcher. The section in the INI file is
|
in the .INI file used by the launcher. The section in the INI file is
|
||||||
called ``[defaults]`` and the key name will be the same as the
|
called ``[defaults]`` and the key name will be the same as the
|
||||||
environment variables without the leading ``PY\_`` prefix (and note that
|
environment variables without the leading ``PY_`` prefix (and note that
|
||||||
the key names in the INI file are case insensitive.) The contents of
|
the key names in the INI file are case insensitive.) The contents of
|
||||||
an environment variable will override things specified in the INI file.
|
an environment variable will override things specified in the INI file.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user