]> granicus.if.org Git - python/commitdiff
Patch:
authorMichael W. Hudson <mwh@python.net>
Sat, 7 Aug 2004 17:05:42 +0000 (17:05 +0000)
committerMichael W. Hudson <mwh@python.net>
Sat, 7 Aug 2004 17:05:42 +0000 (17:05 +0000)
1003863 ] adds an index entry for __all__ to the tutorial

Doc/tut/tut.tex

index 3373ab33187ba12e9a88712b2a6648d4eaec87c7..ef0238addfc4c7384f9e961092806cd91fab3ada 100644 (file)
@@ -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