[Python-checkins] cpython (merge 3.3 -> default): Merge wrong escape removal with 3.3.

ezio.melotti python-checkins at python.org
Fri Oct 19 19:41:14 CEST 2012


http://hg.python.org/cpython/rev/2d53f92ed54c
changeset:   79844:2d53f92ed54c
parent:      79842:390eb7835946
parent:      79843:25722e983ada
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Fri Oct 19 20:40:57 2012 +0300
summary:
  Merge wrong escape removal with 3.3.

files:
  Doc/using/windows.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -456,7 +456,7 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list