[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.57,1.58

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Sat, 07 Dec 2002 08:00:03 -0800


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv6351

Modified Files:
	ref6.tex 
Log Message:
Revise the __all__ index entry a touch.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** ref6.tex	7 Dec 2002 09:39:15 -0000	1.57
--- ref6.tex	7 Dec 2002 16:00:00 -0000	1.58
***************
*** 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
--- 704,708 ----
  module's namespace which do not begin with an underscore character
  (\character{_}).
! \withsubitem{(optional module attribute)}{\ttindex{__all__}}
  
  The \keyword{from} form with \samp{*} may only occur in a module