[Python-checkins] python/dist/src/Doc/lib libsite.tex,1.24,1.25
fdrake at users.sourceforge.net
fdrake at users.sourceforge.net
Tue Dec 30 17:51:34 EST 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv10995
Modified Files:
libsite.tex
Log Message:
- we *really* don't care about Python 1.5 alphas any more!
- note the interpreter's -S option
Index: libsite.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsite.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** libsite.tex 30 Dec 2002 03:08:27 -0000 1.24
--- libsite.tex 30 Dec 2003 22:51:32 -0000 1.25
***************
*** 7,17 ****
\strong{This module is automatically imported during initialization.}
! 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.
\indexiii{module}{search}{path}
--- 7,15 ----
\strong{This module is automatically imported during initialization.}
+ The automatic import can be suppressed using the interpreter's
+ \programopt{-S} option.
! Importing this module will append site-specific paths to the module
! search path.
\indexiii{module}{search}{path}
More information about the Python-checkins
mailing list