[Python-checkins] CVS: python/dist/src/Doc/lib libimp.tex,1.30,1.30.14.1

Fred L. Drake fdrake@users.sourceforge.net
Sun, 07 Apr 2002 22:23:24 -0700


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

Modified Files:
      Tag: release22-maint
	libimp.tex 
Log Message:
Do not call "knee" a standard module.
This addresses the issue in SF bug #515745.


Index: libimp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libimp.tex,v
retrieving revision 1.30
retrieving revision 1.30.14.1
diff -C2 -d -r1.30 -r1.30.14.1
*** libimp.tex	30 Aug 2001 05:16:12 -0000	1.30
--- libimp.tex	8 Apr 2002 05:23:22 -0000	1.30.14.1
***************
*** 256,260 ****
  A more complete example that implements hierarchical module names and
  includes a \function{reload()}\bifuncindex{reload} function can be
! found in the standard module \module{knee}\refstmodindex{knee} (which
! is intended as an example only --- don't rely on any part of it being
! a standard interface).
--- 256,258 ----
  A more complete example that implements hierarchical module names and
  includes a \function{reload()}\bifuncindex{reload} function can be
! found in the module \module{knee}\refmodindex{knee}.