From: Skip Montanaro Date: Wed, 27 Mar 2002 17:29:50 +0000 (+0000) Subject: add seealso referring to site module doc where people can learn how to X-Git-Tag: v2.3c1~6304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a79727b53196099eb706d90da0a2b35c244f107;p=thirdparty%2FPython%2Fcpython.git add seealso referring to site module doc where people can learn how to extend sys.path using .pth files. --- diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 38bd28284c4a..76aaefd92508 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -482,3 +482,9 @@ else: Python. Availability: Windows. \end{datadesc} + + +\begin{seealso} + \seemodule{site} + {This describes how to use .pth files to extend \code{sys.path}.} +\end{seealso}