[Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.37.2.1,1.37.2.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 02 Nov 2001 11:34:51 -0800


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

Modified Files:
      Tag: release21-maint
	ref6.tex 
Log Message:
\ulink is not available on the maintenance branch, so we can't use it.

Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.37.2.1
retrieving revision 1.37.2.2
diff -C2 -d -r1.37.2.1 -r1.37.2.2
*** ref6.tex	2001/10/24 19:52:14	1.37.2.1
--- ref6.tex	2001/11/02 19:34:49	1.37.2.2
***************
*** 603,608 ****
  The built-in function \function{__import__()} is provided to support
  applications that determine which modules need to be loaded
! dynamically; refer to \ulink{Built-in
! Functions}{../lib/built-in-funcs.html} in the
  \citetitle[../lib/lib.html]{Python Library Reference} for additional
  information.
--- 603,607 ----
  The built-in function \function{__import__()} is provided to support
  applications that determine which modules need to be loaded
! dynamically; refer to ``Built-in Functions'' in the
  \citetitle[../lib/lib.html]{Python Library Reference} for additional
  information.