[Python-checkins] cpython (merge 3.2 -> default): #11643: merge with 3.2.

ezio.melotti python-checkins at python.org
Mon Sep 17 09:01:16 CEST 2012


http://hg.python.org/cpython/rev/c6892ce7e56f
changeset:   79042:c6892ce7e56f
parent:      79038:ef44e1b740cb
parent:      79041:7aca2781c381
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Sep 17 09:01:03 2012 +0200
summary:
  #11643: merge with 3.2.

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


diff --git a/Doc/library/site.rst b/Doc/library/site.rst
--- a/Doc/library/site.rst
+++ b/Doc/library/site.rst
@@ -33,7 +33,7 @@
 For the head part, it uses ``sys.prefix`` and ``sys.exec_prefix``; empty heads
 are skipped.  For the tail part, it uses the empty string and then
 :file:`lib/site-packages` (on Windows) or
-:file:`lib/python|version|/site-packages` and then :file:`lib/site-python` (on
+:file:`lib/python{X.Y}/site-packages` and then :file:`lib/site-python` (on
 Unix and Macintosh).  For each of the distinct head-tail combinations, it sees
 if it refers to an existing directory, and if so, adds it to ``sys.path`` and
 also inspects the newly added path for configuration files.

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


More information about the Python-checkins mailing list