mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
- we *really* don't care about Python 1.5 alphas any more!
- note the interpreter's -S option
This commit is contained in:
parent
401d1e3cbf
commit
ff381e13e0
1 changed files with 4 additions and 6 deletions
|
@ -6,13 +6,11 @@
|
||||||
|
|
||||||
|
|
||||||
\strong{This module is automatically imported during initialization.}
|
\strong{This module is automatically imported during initialization.}
|
||||||
|
The automatic import can be suppressed using the interpreter's
|
||||||
|
\programopt{-S} option.
|
||||||
|
|
||||||
In earlier versions of Python (up to and including 1.5a3), scripts or
|
Importing this module will append site-specific paths to the module
|
||||||
modules that needed to use site-specific modules would place
|
search path.
|
||||||
\samp{import site} somewhere near the top of their code. This is no
|
|
||||||
longer necessary.
|
|
||||||
|
|
||||||
This will append site-specific paths to the module search path.
|
|
||||||
\indexiii{module}{search}{path}
|
\indexiii{module}{search}{path}
|
||||||
|
|
||||||
It starts by constructing up to four directories from a head and a
|
It starts by constructing up to four directories from a head and a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue