Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44774c9

Browse files
committed
Add regex and regsub to the list of undocumented obsolete modules.
1 parent 9543833 commit 44774c9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)