(original) (raw)
Index: Doc/lib/libsite.tex =================================================================== RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsite.tex,v retrieving revision 1.27 diff -u -p -r1.27 libsite.tex --- Doc/lib/libsite.tex 13 Feb 2005 22:50:03 -0000 1.27 +++ Doc/lib/libsite.tex 3 Jun 2005 18:24:12 -0000 @@ -17,8 +17,8 @@ It starts by constructing up to four dir 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.