diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-28 05:31:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-28 05:31:39 (GMT) |
commit | 44774c942946d8cbd84207380b33cba366dd84d7 (patch) | |
tree | a442b7018cd996a6f670ab3c87554ce3b13afb28 /Doc | |
parent | 954383356f9d6e69b0dcfe73773f2fb8158a0dd0 (diff) | |
download | cpython-44774c942946d8cbd84207380b33cba366dd84d7.zip cpython-44774c942946d8cbd84207380b33cba366dd84d7.tar.gz cpython-44774c942946d8cbd84207380b33cba366dd84d7.tar.bz2 |
Add regex and regsub to the list of undocumented obsolete modules.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libundoc.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 85152c4..f5abb21 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -147,6 +147,18 @@ now just as good). \item[\module{poly}] --- Polynomials. +\item[\module{regex}] +--- Emacs-style regular expression support; may still be used in some +old code (extension module). Refer to the +\citetitle[http://www.python.org/doc/1.6/lib/module-regex.html]{Python +1.6 Documentation} for documentation. + +\item[\module{regsub}] +--- Regular expression based string replacement utilities, for use +with \module{regex} (extension module). Refer to the +\citetitle[http://www.python.org/doc/1.6/lib/module-regsub.html]{Python +1.6 Documentation} for documentation. + \item[\module{tb}] --- Print tracebacks, with a dump of local variables (use \function{pdb.pm()} or \refmodule{traceback} instead). |