From: Raymond Hettinger Date: Sat, 7 Dec 2002 09:41:21 +0000 (+0000) Subject: Add __all__ to Reference Manual index. X-Git-Tag: v2.2.3c1~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecb34babc1adeb85a0603428d10ec220c2805b83;p=thirdparty%2FPython%2Fcpython.git Add __all__ to Reference Manual index. Closes SF 643227. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index b9a1c683ca90..e6b3246e25c5 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -703,6 +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__} The \keyword{from} form with \samp{*} may only occur in a module scope. If the wild card form of import --- \samp{import *} --- is