]> granicus.if.org Git - python/commitdiff
Clarify packages in tutorial. Closes SF bug #616211.
authorRaymond Hettinger <python@rcn.com>
Sat, 26 Oct 2002 03:13:57 +0000 (03:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 26 Oct 2002 03:13:57 +0000 (03:13 +0000)
Doc/tut/tut.tex

index 18e26e4f3f46fa859cfaa5c168d1595628e992a3..5bbab35bc1c068d4f065a9d09afb58ab6a670c2a 100644 (file)
@@ -2556,6 +2556,9 @@ Sound/                          Top-level package
               ...
 \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
 directories with a common name, such as \samp{string}, from