[Python-checkins] CVS: python/dist/src/Doc/lib libregex.tex,1.32,1.33 libregsub.tex,1.16,1.17

Fred L. Drake python-dev@python.org
Mon, 25 Sep 2000 10:23:08 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9525

Modified Files:
	libregex.tex libregsub.tex 
Log Message:

Add obsolescence note to the module descriptions that get added to the
list of module synopses at the front of the chapter; based on a comment
from Aahz <aahz@panix.com>.


Index: libregex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libregex.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** libregex.tex	1998/12/10 19:57:52	1.32
--- libregex.tex	2000/09/25 17:23:04	1.33
***************
*** 1,7 ****
  \section{\module{regex} ---
!          Regular expression search and match operations.}
  \declaremodule{builtin}{regex}
  
! \modulesynopsis{Regular expression search and match operations.}
  
  
--- 1,8 ----
  \section{\module{regex} ---
!          Regular expression operations}
  \declaremodule{builtin}{regex}
  
! \modulesynopsis{Regular expression search and match operations.
!                 \strong{Obsolete!}}
  
  

Index: libregsub.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libregsub.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** libregsub.tex	1999/04/22 21:23:22	1.16
--- libregsub.tex	2000/09/25 17:23:04	1.17
***************
*** 4,8 ****
  \declaremodule{standard}{regsub}
  \modulesynopsis{Substitution and splitting operations that use
!                 regular expressions.}
  
  
--- 4,8 ----
  \declaremodule{standard}{regsub}
  \modulesynopsis{Substitution and splitting operations that use
!                 regular expressions.  \strong{Obsolete!}}