diff options
author | Fred Drake <fdrake@acm.org> | 2003-12-30 22:51:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-12-30 22:51:32 (GMT) |
commit | ff381e13e0af4026bb689117a60b596f6488943c (patch) | |
tree | 5dd26e7783c6b80371f38e8fcc9444984e651b0b /Doc/lib/libsite.tex | |
parent | 401d1e3cbfd803ba272ee953b60bfb4da8968098 (diff) | |
download | cpython-ff381e13e0af4026bb689117a60b596f6488943c.zip cpython-ff381e13e0af4026bb689117a60b596f6488943c.tar.gz cpython-ff381e13e0af4026bb689117a60b596f6488943c.tar.bz2 |
- we *really* don't care about Python 1.5 alphas any more!
- note the interpreter's -S option
Diffstat (limited to 'Doc/lib/libsite.tex')
-rw-r--r-- | Doc/lib/libsite.tex | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/lib/libsite.tex b/Doc/lib/libsite.tex index 38a3d16..70f34b8 100644 --- a/Doc/lib/libsite.tex +++ b/Doc/lib/libsite.tex @@ -6,13 +6,11 @@ \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 -modules that needed to use site-specific modules would place -\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. +Importing this module will append site-specific paths to the module +search path. \indexiii{module}{search}{path} It starts by constructing up to four directories from a head and a |