diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-25 17:23:04 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-25 17:23:04 (GMT) |
commit | ef5781b8c8b18f4109d253f7a416cacd57ca40fc (patch) | |
tree | 25803796fbf7c3be6cd662f631bb0aea03ab2544 /Doc/lib/libregex.tex | |
parent | 7198ba986d7174e9b36ec63664f340d53a5a2af3 (diff) | |
download | cpython-ef5781b8c8b18f4109d253f7a416cacd57ca40fc.zip cpython-ef5781b8c8b18f4109d253f7a416cacd57ca40fc.tar.gz cpython-ef5781b8c8b18f4109d253f7a416cacd57ca40fc.tar.bz2 |
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/lib/libregex.tex')
-rw-r--r-- | Doc/lib/libregex.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 444b922..291e96f 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 |