]> granicus.if.org Git - python/commitdiff
re is standard, not built-in.
authorFred Drake <fdrake@acm.org>
Fri, 7 Aug 1998 18:57:18 +0000 (18:57 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 7 Aug 1998 18:57:18 +0000 (18:57 +0000)
Doc/lib/libre.tex
Doc/lib/libstdtypes.tex

index c1942136503a0084c1fc70fe87fc56a0347c0092..79d93ad4f970f87448f08ecff14ded4006887e1b 100644 (file)
@@ -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
index 79740ffc112de8bc57b6f1ca935b696c1e33538c..460b87369e7f552f6f87ad31080899f88b4a21f8 100644 (file)
@@ -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}