[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.47.4.5,1.47.4.6

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Sat, 07 Dec 2002 07:59:40 -0800


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

Modified Files:
      Tag: release22-maint
	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.47.4.5
retrieving revision 1.47.4.6
diff -C2 -d -r1.47.4.5 -r1.47.4.6
*** ref6.tex	7 Dec 2002 09:41:21 -0000	1.47.4.5
--- ref6.tex	7 Dec 2002 15:59:37 -0000	1.47.4.6
***************
*** 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