From: Fred Drake Date: Sat, 7 Dec 2002 15:59:37 +0000 (+0000) Subject: Revise the __all__ index entry a touch. X-Git-Tag: v2.2.3c1~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=469777f0eb4e04068c776ea84410d8f3ddd8a2fc;p=thirdparty%2FPython%2Fcpython.git Revise the __all__ index entry a touch. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index e6b3246e25c5..9c088e912e83 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -703,7 +703,7 @@ considered public and are required to exist. If \code{__all__} is not defined, the set of public names includes all names found in the module's namespace which do not begin with an underscore character (\character{_}). -\index{__all__} +\withsubitem{(optional module attribute)}{\ttindex{__all__}} The \keyword{from} form with \samp{*} may only occur in a module scope. If the wild card form of import --- \samp{import *} --- is