diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-25 17:23:04 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-25 17:23:04 +0000 |
commit | 324195721a20300aedbe4eb40296a51404998e10 (patch) | |
tree | 0fff8573d5d5252086e231bf4b1f82f9639f0656 /Doc | |
parent | 890d958c72a74e73a4e9ad6180922d584d0a4b3b (diff) | |
download | cpython-324195721a20300aedbe4eb40296a51404998e10.tar.gz |
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>.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libregex.tex | 5 | ||||
-rw-r--r-- | Doc/lib/libregsub.tex | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 444b9229f5..291e96fa5f 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -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 diff --git a/Doc/lib/libregsub.tex b/Doc/lib/libregsub.tex index ed7c119fa8..b41b700486 100644 --- a/Doc/lib/libregsub.tex +++ b/Doc/lib/libregsub.tex @@ -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 |