]> granicus.if.org Git - python/commitdiff
add seealso referring to site module doc where people can learn how to
authorSkip Montanaro <skip@pobox.com>
Wed, 27 Mar 2002 17:29:50 +0000 (17:29 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 27 Mar 2002 17:29:50 +0000 (17:29 +0000)
extend sys.path using .pth files.

Doc/lib/libsys.tex

index 38bd28284c4ab12e33946411557a777e4e2e61f6..76aaefd92508d6b0a342829f5fc221ec5b13ee37 100644 (file)
@@ -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}