mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
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>.
This commit is contained in:
parent
7198ba986d
commit
ef5781b8c8
2 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
||||||
\section{\module{regex} ---
|
\section{\module{regex} ---
|
||||||
Regular expression search and match operations.}
|
Regular expression operations}
|
||||||
\declaremodule{builtin}{regex}
|
\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
|
This module provides regular expression matching operations similar to
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
\declaremodule{standard}{regsub}
|
\declaremodule{standard}{regsub}
|
||||||
\modulesynopsis{Substitution and splitting operations that use
|
\modulesynopsis{Substitution and splitting operations that use
|
||||||
regular expressions.}
|
regular expressions. \strong{Obsolete!}}
|
||||||
|
|
||||||
|
|
||||||
This module defines a number of functions useful for working with
|
This module defines a number of functions useful for working with
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue