summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsite.tex
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2005-02-13 22:50:04 (GMT)
committerBrett Cannon <bcannon@gmail.com>2005-02-13 22:50:04 (GMT)
commit7706c2da14e5b7a54d9b97d340c42497cc557c9f (patch)
treed9c82fad1b7286a4263bdfbb4c6b122fd5cb7f5c /Doc/lib/libsite.tex
parent22c0706a584fc0de8648d24caa0520367c304235 (diff)
downloadcpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.zip
cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.gz
cpython-7706c2da14e5b7a54d9b97d340c42497cc557c9f.tar.bz2
Update references specifying "Macintosh" to mean OS X semantics and not Mac OS
9. Applies patch #1095802. Thanks Jack Jansen.
Diffstat (limited to 'Doc/lib/libsite.tex')
-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 13a4909..cfc17d1 100644
--- a/Doc/lib/libsite.tex
+++ b/Doc/lib/libsite.tex
@@ -16,9 +16,9 @@ search path.
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 Macintosh or Windows) or
+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). For each of the distinct
+\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 \code{sys.path} and also inspects the newly added
path for configuration files.