mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Removed obsolete \kwindex{} call.
Added "user configuration file", ".pythonrc.py file" to the index.
Made reference to site module a {seealso} environment.
This commit is contained in:
parent
2b67bee8e1
commit
18f9f539f2
2 changed files with 10 additions and 4 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
\section{Standard Module \sectcode{user}}
|
\section{Standard Module \sectcode{user}}
|
||||||
\label{module-user}
|
\label{module-user}
|
||||||
\stmodindex{user}
|
\stmodindex{user}
|
||||||
\kwindex{.pythonrc.py}
|
\indexii{.pythonrc.py}{file}
|
||||||
|
\indexiii{user}{configuration}{file}
|
||||||
|
|
||||||
As a policy, Python doesn't run user-specified code on startup of
|
As a policy, Python doesn't run user-specified code on startup of
|
||||||
Python programs. (Only interactive sessions execute the script
|
Python programs. (Only interactive sessions execute the script
|
||||||
|
|
@ -57,5 +58,7 @@ arbitrary code in the \file{.pythonrc.py} file.
|
||||||
Modules for general use should \emph{not} import this module; it may
|
Modules for general use should \emph{not} import this module; it may
|
||||||
interfere with the operation of the importing program.
|
interfere with the operation of the importing program.
|
||||||
|
|
||||||
For a site-wide customization mechanism, see module \code{site}.
|
\begin{seealso}
|
||||||
|
\seemodule{site}{site-wide customization mechanism}
|
||||||
\refstmodindex{site}
|
\refstmodindex{site}
|
||||||
|
\end{seealso}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
\section{Standard Module \sectcode{user}}
|
\section{Standard Module \sectcode{user}}
|
||||||
\label{module-user}
|
\label{module-user}
|
||||||
\stmodindex{user}
|
\stmodindex{user}
|
||||||
\kwindex{.pythonrc.py}
|
\indexii{.pythonrc.py}{file}
|
||||||
|
\indexiii{user}{configuration}{file}
|
||||||
|
|
||||||
As a policy, Python doesn't run user-specified code on startup of
|
As a policy, Python doesn't run user-specified code on startup of
|
||||||
Python programs. (Only interactive sessions execute the script
|
Python programs. (Only interactive sessions execute the script
|
||||||
|
|
@ -57,5 +58,7 @@ arbitrary code in the \file{.pythonrc.py} file.
|
||||||
Modules for general use should \emph{not} import this module; it may
|
Modules for general use should \emph{not} import this module; it may
|
||||||
interfere with the operation of the importing program.
|
interfere with the operation of the importing program.
|
||||||
|
|
||||||
For a site-wide customization mechanism, see module \code{site}.
|
\begin{seealso}
|
||||||
|
\seemodule{site}{site-wide customization mechanism}
|
||||||
\refstmodindex{site}
|
\refstmodindex{site}
|
||||||
|
\end{seealso}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue