[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.47.4.4,1.47.4.5
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
Sat, 07 Dec 2002 01:41:23 -0800
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv16659
Modified Files:
Tag: release22-maint
ref6.tex
Log Message:
Add __all__ to Reference Manual index.
Closes SF 643227.
Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.47.4.4
retrieving revision 1.47.4.5
diff -C2 -d -r1.47.4.4 -r1.47.4.5
*** ref6.tex 18 Oct 2002 15:19:11 -0000 1.47.4.4
--- ref6.tex 7 Dec 2002 09:41:21 -0000 1.47.4.5
***************
*** 704,707 ****
--- 704,708 ----
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