From: Michael W. Hudson Date: Sat, 7 Aug 2004 17:05:42 +0000 (+0000) Subject: Patch: X-Git-Tag: v2.4a3~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6d9fc38e8b12fdbdb082acf23dc63a7809c3836;p=python Patch: [ 1003863 ] adds an index entry for __all__ to the tutorial --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 3373ab3318..ef0238addf 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