diff options
author | Fred Drake <fdrake@acm.org> | 1998-01-13 18:45:34 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-01-13 18:45:34 (GMT) |
commit | 18f9f539f28f23774780bcee0607baf0cbc3fda4 (patch) | |
tree | fbf336ea28e56fbf8741f69a51947a0459e5f744 /Doc/libuser.tex | |
parent | 2b67bee8e1319b0c43765eb6c8a6e87365542c2a (diff) | |
download | cpython-18f9f539f28f23774780bcee0607baf0cbc3fda4.zip cpython-18f9f539f28f23774780bcee0607baf0cbc3fda4.tar.gz cpython-18f9f539f28f23774780bcee0607baf0cbc3fda4.tar.bz2 |
Removed obsolete \kwindex{} call.
Added "user configuration file", ".pythonrc.py file" to the index.
Made reference to site module a {seealso} environment.
Diffstat (limited to 'Doc/libuser.tex')
-rw-r--r-- | Doc/libuser.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/libuser.tex b/Doc/libuser.tex index f0e1cab..f0f633c 100644 --- a/Doc/libuser.tex +++ b/Doc/libuser.tex @@ -1,7 +1,8 @@ \section{Standard Module \sectcode{user}} \label{module-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 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 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} +\end{seealso} |