[Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.77,1.78

Fred L. Drake fdrake@users.sourceforge.net
Mon, 03 Dec 2001 10:33:16 -0800


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

Modified Files:
	libstdtypes.tex 
Log Message:
Make no assumption about how modules are built when referring to them; this
can vary by platform and installation.
Based on suggestion to python-docs.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** libstdtypes.tex	2001/12/03 17:32:27	1.77
--- libstdtypes.tex	2001/12/03 18:33:13	1.78
***************
*** 792,799 ****
  }  All other errors raise exceptions.
  
! Additional string operations are defined in standard module
! \refmodule{string} and in built-in module \refmodule{re}.
! \refstmodindex{string}
! \refstmodindex{re}
  
  
--- 792,798 ----
  }  All other errors raise exceptions.
  
! Additional string operations are defined in standard modules
! \refmodule{string}\refstmodindex{string} and
! \refmodule{re}.\refstmodindex{re}