Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a79727

Browse files
author
Skip Montanaro
committed
add seealso referring to site module doc where people can learn how to
extend sys.path using .pth files.
1 parent f2041b8 commit 8a79727

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libsys.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,3 +482,9 @@ \section{\module{sys} ---
482482
Python.
483483
Availability: Windows.
484484
\end{datadesc}
485+
486+
487+
\begin{seealso}
488+
\seemodule{site}
489+
{This describes how to use .pth files to extend \code{sys.path}.}
490+
\end{seealso}

0 commit comments

Comments
 (0)