]> granicus.if.org Git - python/commitdiff
Add obsolescence note to the module descriptions that get added to the
authorFred Drake <fdrake@acm.org>
Mon, 25 Sep 2000 17:23:04 +0000 (17:23 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 25 Sep 2000 17:23:04 +0000 (17:23 +0000)
list of module synopses at the front of the chapter; based on a comment
from Aahz <aahz@panix.com>.

Doc/lib/libregex.tex
Doc/lib/libregsub.tex

index 444b9229f512ddd056b9a7b0883192df02967db7..291e96fa5f4d73fd752699e1f0d6a71f40f197c5 100644 (file)
@@ -1,8 +1,9 @@
 \section{\module{regex} ---
-         Regular expression search and match operations.}
+         Regular expression operations}
 \declaremodule{builtin}{regex}
 
-\modulesynopsis{Regular expression search and match operations.}
+\modulesynopsis{Regular expression search and match operations.
+                \strong{Obsolete!}}
 
 
 This module provides regular expression matching operations similar to
index ed7c119fa84fd9f17e4a57c08adf75deb2db4d6e..b41b7004866d560b1c4b1badad11d4577fe75f21 100644 (file)
@@ -3,7 +3,7 @@
 
 \declaremodule{standard}{regsub}
 \modulesynopsis{Substitution and splitting operations that use
-                regular expressions.}
+                regular expressions.  \strong{Obsolete!}}
 
 
 This module defines a number of functions useful for working with