diff options
author | Skip Montanaro <skip@pobox.com> | 2002-03-27 17:29:50 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-03-27 17:29:50 (GMT) |
commit | 8a79727b53196099eb706d90da0a2b35c244f107 (patch) | |
tree | 43da1017d70ea4da2347b0379b26809630c36e5c /Doc | |
parent | f2041b8aa6a451f8602dc5ee4cd4db838d467519 (diff) | |
download | cpython-8a79727b53196099eb706d90da0a2b35c244f107.zip cpython-8a79727b53196099eb706d90da0a2b35c244f107.tar.gz cpython-8a79727b53196099eb706d90da0a2b35c244f107.tar.bz2 |
add seealso referring to site module doc where people can learn how to
extend sys.path using .pth files.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsys.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 38bd282..76aaefd 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} |