diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 18:35:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 18:35:51 (GMT) |
commit | 2b67bee8e1319b0c43765eb6c8a6e87365542c2a (patch) | |
tree | 852b9555506caae01a823658a71861fcc927074c /Doc | |
parent | cf757543572df4c0bd58319f8aa17868932efeb7 (diff) | |
download | cpython-2b67bee8e1319b0c43765eb6c8a6e87365542c2a.zip cpython-2b67bee8e1319b0c43765eb6c8a6e87365542c2a.tar.gz cpython-2b67bee8e1319b0c43765eb6c8a6e87365542c2a.tar.bz2 |
Added "module search path" to the index.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsys.tex | 1 | ||||
-rw-r--r-- | Doc/libsys.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 8d36dc0..e4cd875 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 8d36dc0..e4cd875 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. |