[Python-checkins] python/dist/src/Doc/ref ref6.tex,1.66,1.67

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 15 Jul 2003 14:38:00 -0700


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

Modified Files:
	ref6.tex 
Log Message:
Try to clean up some indexing relevant to the import statement.
Pertains to SF bug #518989.


Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** ref6.tex	18 Jun 2003 01:32:24 -0000	1.66
--- ref6.tex	15 Jul 2003 21:37:58 -0000	1.67
***************
*** 613,616 ****
--- 613,619 ----
  \section{The \keyword{import} statement \label{import}}
  \stindex{import}
+ \index{module!importing}
+ \indexii{name}{binding}
+ \kwindex{from}
  
  \begin{productionlist}
***************
*** 632,638 ****
  identifier in the list.  The form with \keyword{from} performs step
  (1) once, and then performs step (2) repeatedly.
- \indexii{importing}{module}
- \indexii{name}{binding}
- \kwindex{from}
  
  In this context, to ``initialize'' a built-in or extension module means to
--- 635,638 ----