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

Fred L. Drake python-dev@python.org
Wed, 27 Sep 2000 22:31:43 -0700


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

Modified Files:
	libundoc.tex 
Log Message:

Add regex and regsub to the list of undocumented obsolete modules.


Index: libundoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libundoc.tex,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -r1.77 -r1.78
*** libundoc.tex	2000/09/21 05:25:30	1.77
--- libundoc.tex	2000/09/28 05:31:39	1.78
***************
*** 148,151 ****
--- 148,163 ----
  --- Polynomials.
  
+ \item[\module{regex}]
+ --- Emacs-style regular expression support; may still be used in some
+ old code (extension module).  Refer to the
+ \citetitle[http://www.python.org/doc/1.6/lib/module-regex.html]{Python
+ 1.6 Documentation} for documentation.
+ 
+ \item[\module{regsub}]
+ --- Regular expression based string replacement utilities, for use
+ with \module{regex} (extension module).  Refer to the
+ \citetitle[http://www.python.org/doc/1.6/lib/module-regsub.html]{Python
+ 1.6 Documentation} for documentation.
+ 
  \item[\module{tb}]
  --- Print tracebacks, with a dump of local variables (use