summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libre.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-07 18:57:18 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-07 18:57:18 (GMT)
commit66da9d69fcf22d909291521ed707589ef3248cbe (patch)
treeef31a258b8d8100b77135408301fab9c070822b3 /Doc/lib/libre.tex
parented9dcc10f87946088bc7d71292764e3f1bcc979b (diff)
downloadcpython-66da9d69fcf22d909291521ed707589ef3248cbe.zip
cpython-66da9d69fcf22d909291521ed707589ef3248cbe.tar.gz
cpython-66da9d69fcf22d909291521ed707589ef3248cbe.tar.bz2
re is standard, not built-in.
Diffstat (limited to 'Doc/lib/libre.tex')
-rw-r--r--Doc/lib/libre.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index c194213..79d93ad 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