From: Fred Drake Date: Tue, 13 Jan 1998 18:35:51 +0000 (+0000) Subject: Added "module search path" to the index. X-Git-Tag: v1.5.1~975 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b67bee8e1319b0c43765eb6c8a6e87365542c2a;p=thirdparty%2FPython%2Fcpython.git Added "module search path" to the index. --- diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 8d36dc0ac098..e4cd8756ccd6 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -129,6 +129,7 @@ concern for these variables, unlike for \code{sys.exc_type} etc.) \end{datadesc} \begin{datadesc}{path} +\indexiii{module}{search}{path} A list of strings that specifies the search path for modules. Initialized from the environment variable \code{PYTHONPATH}, or an installation-dependent default. diff --git a/Doc/libsys.tex b/Doc/libsys.tex index 8d36dc0ac098..e4cd8756ccd6 100644 --- a/Doc/libsys.tex +++ b/Doc/libsys.tex @@ -129,6 +129,7 @@ concern for these variables, unlike for \code{sys.exc_type} etc.) \end{datadesc} \begin{datadesc}{path} +\indexiii{module}{search}{path} A list of strings that specifies the search path for modules. Initialized from the environment variable \code{PYTHONPATH}, or an installation-dependent default.