File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,18 @@ \section{Obsolete \label{obsolete-modules}}
147147\item [\module {poly}]
148148--- Polynomials.
149149
150+ \item [\module {regex}]
151+ --- Emacs-style regular expression support; may still be used in some
152+ old code (extension module). Refer to the
153+ \citetitle [http://www.python.org/doc/1.6/lib/module-regex.html]{Python
154+ 1.6 Documentation } for documentation.
155+
156+ \item [\module {regsub}]
157+ --- Regular expression based string replacement utilities, for use
158+ with \module {regex} (extension module). Refer to the
159+ \citetitle [http://www.python.org/doc/1.6/lib/module-regsub.html]{Python
160+ 1.6 Documentation } for documentation.
161+
150162\item [\module {tb}]
151163--- Print tracebacks, with a dump of local variables (use
152164\function {pdb.pm()} or \refmodule {traceback} instead).
You can’t perform that action at this time.
0 commit comments