[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.109,1.110

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 15 Jul 2003 15:03:02 -0700


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

Modified Files:
	ref3.tex 
Log Message:
Indexing is a mess; try to get the link targets closer to the relevant
text.  There needs to be a better way.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** ref3.tex	15 Jul 2003 20:45:16 -0000	1.109
--- ref3.tex	15 Jul 2003 22:03:00 -0000	1.110
***************
*** 611,615 ****
  \item[Modules]
  Modules are imported by the \keyword{import} statement (see
! section~\ref{import}, ``The \keyword{import} statement'').
  A module object has a namespace implemented by a dictionary object
  (this is the dictionary referenced by the func_globals attribute of
--- 611,616 ----
  \item[Modules]
  Modules are imported by the \keyword{import} statement (see
! section~\ref{import}, ``The \keyword{import} statement'').%
! \stindex{import}\obindex{module}
  A module object has a namespace implemented by a dictionary object
  (this is the dictionary referenced by the func_globals attribute of
***************
*** 620,625 ****
  initialize the module (since it isn't needed once the initialization
  is done).
- \stindex{import}
- \obindex{module}
  
  Attribute assignment updates the module's namespace dictionary,
--- 621,624 ----