]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add __all__ to Reference Manual index.
authorRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 09:41:21 +0000 (09:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 7 Dec 2002 09:41:21 +0000 (09:41 +0000)
Closes SF 643227.

Doc/ref/ref6.tex

index b9a1c683ca906c7bdc254fe1283a0d417bc7e0c6..e6b3246e25c5d62103f7fe0986c76db7b96cb440 100644 (file)
@@ -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