From: Fred Drake Date: Mon, 25 Sep 2000 17:23:04 +0000 (+0000) Subject: Add obsolescence note to the module descriptions that get added to the X-Git-Tag: v2.0b2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef5781b8c8b18f4109d253f7a416cacd57ca40fc;p=thirdparty%2FPython%2Fcpython.git 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 . --- diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 444b9229f512..291e96fa5f4d 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 ed7c119fa84f..b41b7004866d 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