]> granicus.if.org Git - python/commitdiff
Add regex and regsub to the list of undocumented obsolete modules.
authorFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 05:31:39 +0000 (05:31 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 05:31:39 +0000 (05:31 +0000)
Doc/lib/libundoc.tex

index 85152c42c4281fb5e35d078adeb255f34b69c83f..f5abb2121c8eea782f950638e067588eeec12776 100644 (file)
@@ -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).