[Python-checkins] python/dist/src/Doc/tut tut.tex,1.174,1.175

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 25 Oct 2002 20:14:00 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv11786

Modified Files:
	tut.tex 
Log Message:
Clarify packages in tutorial.  Closes SF bug #616211.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.174
retrieving revision 1.175
diff -C2 -d -r1.174 -r1.175
*** tut.tex	22 Oct 2002 21:00:44 -0000	1.174
--- tut.tex	26 Oct 2002 03:13:57 -0000	1.175
***************
*** 2557,2560 ****
--- 2557,2563 ----
  \end{verbatim}
  
+ When importing the package, Python searchs through the directories
+ on \code{sys.path} looking for the package subdirectory.
+ 
  The \file{__init__.py} files are required to make Python treat the
  directories as containing packages; this is done to prevent