mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Added "module search path" to the index.
This commit is contained in:
parent
cf75754357
commit
2b67bee8e1
2 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ concern for these variables, unlike for \code{sys.exc_type} etc.)
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{datadesc}{path}
|
\begin{datadesc}{path}
|
||||||
|
\indexiii{module}{search}{path}
|
||||||
A list of strings that specifies the search path for modules.
|
A list of strings that specifies the search path for modules.
|
||||||
Initialized from the environment variable \code{PYTHONPATH}, or an
|
Initialized from the environment variable \code{PYTHONPATH}, or an
|
||||||
installation-dependent default.
|
installation-dependent default.
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,7 @@ concern for these variables, unlike for \code{sys.exc_type} etc.)
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{datadesc}{path}
|
\begin{datadesc}{path}
|
||||||
|
\indexiii{module}{search}{path}
|
||||||
A list of strings that specifies the search path for modules.
|
A list of strings that specifies the search path for modules.
|
||||||
Initialized from the environment variable \code{PYTHONPATH}, or an
|
Initialized from the environment variable \code{PYTHONPATH}, or an
|
||||||
installation-dependent default.
|
installation-dependent default.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue