summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libre.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-04-12 16:47:17 (GMT)
committerFred Drake <fdrake@acm.org>2001-04-12 16:47:17 (GMT)
commite20bd19f86bfcb4f3862cdfa5f56c9e48012cced (patch)
tree8e119f62fca433501806c533dba42e871e116312 /Doc/lib/libre.tex
parent131216290b76b4dd858d951b2ae8ed848bf3e7b1 (diff)
downloadcpython-e20bd19f86bfcb4f3862cdfa5f56c9e48012cced.zip
cpython-e20bd19f86bfcb4f3862cdfa5f56c9e48012cced.tar.gz
cpython-e20bd19f86bfcb4f3862cdfa5f56c9e48012cced.tar.bz2
Convert several \seetext references to \seerfc and \seetitle versions.
These format somewhat better and include more semantic information in the source.
Diffstat (limited to 'Doc/lib/libre.tex')
-rw-r--r--Doc/lib/libre.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index 777f594..cc92f13 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -43,6 +43,15 @@ the older implementation (without Unicode support) is still available
as the \module{pre}\refstmodindex{pre} module.
+\begin{seealso}
+ \seetitle{Mastering Regular Expressions}{Book on regular expressions
+ by Jeffrey Friedl, published by O'Reilly. The Python
+ material in this book dates from before the \refmodule{re}
+ module, but it covers writing good regular expression
+ patterns in great detail.}
+\end{seealso}
+
+
\subsection{Regular Expression Syntax \label{re-syntax}}
A regular expression (or RE) specifies a set of strings that matches
@@ -751,11 +760,3 @@ The regular expression object whose \method{match()} or
\begin{memberdesc}[MatchObject]{string}
The string passed to \function{match()} or \function{search()}.
\end{memberdesc}
-
-\begin{seealso}
-\seetext{Jeffrey Friedl, \citetitle{Mastering Regular Expressions},
-O'Reilly. The Python material in this book dates from before the
-\module{re} module, but it covers writing good regular expression
-patterns in great detail.}
-\end{seealso}
-