File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ \section{Standard Module \sectcode{user}}
1616import user
1717\end {verbatim }\ecode
1818
19- The user module looks for a file \file {.pythonrc.py} in the user's
19+ The \code { user} module looks for a file \file {.pythonrc.py} in the user's
2020home directory and if it can be opened, exececutes it (using
2121\code {execfile()}) in its own (i.e. the module \code {user}'s) global
2222namespace. Errors during this phase are not caught; that's up to the
23- program that imports the user module, if it wishes. The home
23+ program that imports the \code { user} module, if it wishes. The home
2424directory is assumed to be named by the \code {HOME} environment
2525variable; if this is not set, the current directory is used.
2626
@@ -58,3 +58,4 @@ \section{Standard Module \sectcode{user}}
5858interfere with the operation of the importing program.
5959
6060For a site-wide customization mechanism, see module \code {site}.
61+ \refstmodindex {site}
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ \section{Standard Module \sectcode{user}}
1616import user
1717\end {verbatim }\ecode
1818
19- The user module looks for a file \file {.pythonrc.py} in the user's
19+ The \code { user} module looks for a file \file {.pythonrc.py} in the user's
2020home directory and if it can be opened, exececutes it (using
2121\code {execfile()}) in its own (i.e. the module \code {user}'s) global
2222namespace. Errors during this phase are not caught; that's up to the
23- program that imports the user module, if it wishes. The home
23+ program that imports the \code { user} module, if it wishes. The home
2424directory is assumed to be named by the \code {HOME} environment
2525variable; if this is not set, the current directory is used.
2626
@@ -58,3 +58,4 @@ \section{Standard Module \sectcode{user}}
5858interfere with the operation of the importing program.
5959
6060For a site-wide customization mechanism, see module \code {site}.
61+ \refstmodindex {site}
You can’t perform that action at this time.
0 commit comments