summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 07:31:33 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 07:31:33 (GMT)
commit79c122f568d1d08779d564cee375d62a0ea114db (patch)
tree87d2cfe0cb9f89b51a78193dc5d6080bf7848790 /Doc
parent6f2bbd353b29a309cde387c0913dda32a8a3ebea (diff)
downloadcpython-79c122f568d1d08779d564cee375d62a0ea114db.zip
cpython-79c122f568d1d08779d564cee375d62a0ea114db.tar.gz
cpython-79c122f568d1d08779d564cee375d62a0ea114db.tar.bz2
bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libsite.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex
index cfc17d1..43b8db2 100644
--- a/Doc/lib/libsite.tex
+++ b/Doc/lib/libsite.tex
@@ -17,8 +17,8 @@ It starts by constructing up to four directories from a head and a
tail part. For the head part, it uses \code{sys.prefix} and
\code{sys.exec_prefix}; empty heads are skipped. For
the tail part, it uses the empty string (on Windows) or
-it uses first \file{lib/python\shortversion/site-packages} and then
-\file{lib/site-python} (on \UNIX and Macintosh). For each of the distinct
+\file{lib/python\shortversion/site-packages} (on \UNIX{} and Macintosh)
+and then \file{lib/site-python}. For each of the distinct
head-tail combinations, it sees if it refers to an existing directory,
and if so, adds it to \code{sys.path} and also inspects the newly added
path for configuration files.