diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-19 17:40:57 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-19 17:40:57 (GMT) |
commit | 8d3069a2219e63989c6f54f39c0f1ff564bd527c (patch) | |
tree | dc219b8ce53c77aff01602af32287af9b61ea689 | |
parent | 359fc8e835e16ffa494eb8098d4b5065e121da51 (diff) | |
parent | 5b69fbd4c92bebebf4a7fe9083c490972de97b29 (diff) | |
download | cpython-8d3069a2219e63989c6f54f39c0f1ff564bd527c.zip cpython-8d3069a2219e63989c6f54f39c0f1ff564bd527c.tar.gz cpython-8d3069a2219e63989c6f54f39c0f1ff564bd527c.tar.bz2 |
Merge wrong escape removal with 3.3.
-rw-r--r-- | Doc/using/windows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index 5f01b77..ae25215 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -456,7 +456,7 @@ Examples: 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 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 an environment variable will override things specified in the INI file. |