diff options
| author | Fred Drake <fdrake@acm.org> | 1998-08-07 18:57:18 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-08-07 18:57:18 +0000 |
| commit | 66da9d69fcf22d909291521ed707589ef3248cbe (patch) | |
| tree | ef31a258b8d8100b77135408301fab9c070822b3 /Doc/lib/libre.tex | |
| parent | ed9dcc10f87946088bc7d71292764e3f1bcc979b (diff) | |
| download | cpython-git-66da9d69fcf22d909291521ed707589ef3248cbe.tar.gz | |
re is standard, not built-in.
Diffstat (limited to 'Doc/lib/libre.tex')
| -rw-r--r-- | Doc/lib/libre.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index c194213650..79d93ad4f9 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -1,8 +1,11 @@ -\section{Built-in Module \module{re}} -\declaremodule{builtin}{re} +\section{Standard Module \module{re}} +\declaremodule{standard}{re} +\moduleauthor{Andrew M. Kuchling}{akuchling@acm.org} +\sectionauthor{Andrew M. Kuchling}{akuchling@acm.org} -\modulesynopsis{New Perl-style regular expression search and match operations.} +\modulesynopsis{New Perl-style regular expression search and match +operations.} This module provides regular expression matching operations similar to |
