mirror of https://github.com/python/cpython
Fixed index references to modules.
This commit is contained in:
parent
4af1814858
commit
a51f5a48e5
|
@ -78,7 +78,7 @@ After these path manipulations, an attempt is made to import a module
|
||||||
named \code{sitecustomize}, which can perform arbitrary site-specific
|
named \code{sitecustomize}, which can perform arbitrary site-specific
|
||||||
customizations. If this import fails with an \code{ImportError}
|
customizations. If this import fails with an \code{ImportError}
|
||||||
exception, it is silently ignored.
|
exception, it is silently ignored.
|
||||||
\stmodindex{sitecustomize}
|
\refmodindex{sitecustomize}
|
||||||
|
|
||||||
Note that for some non-Unix systems, \code{sys.prefix} and
|
Note that for some non-Unix systems, \code{sys.prefix} and
|
||||||
\code{sys.exec_prefix} are empty, and the path manipulations are
|
\code{sys.exec_prefix} are empty, and the path manipulations are
|
||||||
|
|
|
@ -78,7 +78,7 @@ After these path manipulations, an attempt is made to import a module
|
||||||
named \code{sitecustomize}, which can perform arbitrary site-specific
|
named \code{sitecustomize}, which can perform arbitrary site-specific
|
||||||
customizations. If this import fails with an \code{ImportError}
|
customizations. If this import fails with an \code{ImportError}
|
||||||
exception, it is silently ignored.
|
exception, it is silently ignored.
|
||||||
\stmodindex{sitecustomize}
|
\refmodindex{sitecustomize}
|
||||||
|
|
||||||
Note that for some non-Unix systems, \code{sys.prefix} and
|
Note that for some non-Unix systems, \code{sys.prefix} and
|
||||||
\code{sys.exec_prefix} are empty, and the path manipulations are
|
\code{sys.exec_prefix} are empty, and the path manipulations are
|
||||||
|
|
Loading…
Reference in New Issue