summaryrefslogtreecommitdiffstats
path: root/Doc/lib
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
parented9dcc10f87946088bc7d71292764e3f1bcc979b (diff)
downloadcpython-66da9d69fcf22d909291521ed707589ef3248cbe.zip
cpython-66da9d69fcf22d909291521ed707589ef3248cbe.tar.gz
cpython-66da9d69fcf22d909291521ed707589ef3248cbe.tar.bz2
re is standard, not built-in.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libre.tex9
-rw-r--r--Doc/lib/libstdtypes.tex2
2 files changed, 7 insertions, 4 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
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 79740ff..460b873 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -435,7 +435,7 @@ require a sequential parameter list).
Additional string operations are defined in standard module
\module{string} and in built-in module \module{re}.
\refstmodindex{string}
-\refbimodindex{re}
+\refstmodindex{re}
\subsubsection{Mutable Sequence Types}