diff options
author | Michael W. Hudson <mwh@python.net> | 2004-08-07 17:05:42 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-08-07 17:05:42 (GMT) |
commit | b6d9fc38e8b12fdbdb082acf23dc63a7809c3836 (patch) | |
tree | b0091056dcf44052f67a72bc76c3c7c012598478 /Doc/tut/tut.tex | |
parent | 8def876d3653c1fc4c183d6b8cbdada775c07725 (diff) | |
download | cpython-b6d9fc38e8b12fdbdb082acf23dc63a7809c3836.zip cpython-b6d9fc38e8b12fdbdb082acf23dc63a7809c3836.tar.gz cpython-b6d9fc38e8b12fdbdb082acf23dc63a7809c3836.tar.bz2 |
Patch:
[ 1003863 ] adds an index entry for __all__ to the tutorial
Diffstat (limited to 'Doc/tut/tut.tex')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 3373ab3..ef0238a 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2767,7 +2767,7 @@ class or function or variable defined in the previous item. \subsection{Importing * From a Package \label{pkg-import-star}} %The \code{__all__} Attribute - +\index{__all__} Now what happens when the user writes \code{from Sound.Effects import *}? Ideally, one would hope that this somehow goes out to the filesystem, finds which submodules are present in the package, and |