[Python-checkins] python/dist/src/Doc/tut tut.tex,1.243,1.244

mwh at users.sourceforge.net mwh at users.sourceforge.net
Sat Aug 7 19:05:45 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21441

Modified Files:
	tut.tex 
Log Message:
Patch:

[ 1003863 ] adds an index entry for __all__ to the tutorial


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.243
retrieving revision 1.244
diff -C2 -d -r1.243 -r1.244
*** tut.tex	21 Jul 2004 17:36:47 -0000	1.243
--- tut.tex	7 Aug 2004 17:05:42 -0000	1.244
***************
*** 2768,2772 ****
  \subsection{Importing * From a Package \label{pkg-import-star}}
  %The \code{__all__} Attribute
! 
  Now what happens when the user writes \code{from Sound.Effects import
  *}?  Ideally, one would hope that this somehow goes out to the
--- 2768,2772 ----
  \subsection{Importing * From a Package \label{pkg-import-star}}
  %The \code{__all__} Attribute
! \index{__all__}
  Now what happens when the user writes \code{from Sound.Effects import
  *}?  Ideally, one would hope that this somehow goes out to the



More information about the Python-checkins mailing list