summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-03-04 14:17:05 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-03-04 14:17:05 (GMT)
commit69700ef5735eeb6b5ef456e8dd30e1f146dae8bd (patch)
tree6928c924b6c4e0e9505d29bcca18b5c2230b3cd8
parent02a0b3b81a8601b89e4eab31286d12a804983ec6 (diff)
downloadcpython-69700ef5735eeb6b5ef456e8dd30e1f146dae8bd.zip
cpython-69700ef5735eeb6b5ef456e8dd30e1f146dae8bd.tar.gz
cpython-69700ef5735eeb6b5ef456e8dd30e1f146dae8bd.tar.bz2
Weaken recommendation of Friedl book; fix reference
-rw-r--r--Doc/lib/libre.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex
index a82a0e4..002af7e 100644
--- a/Doc/lib/libre.tex
+++ b/Doc/lib/libre.tex
@@ -35,9 +35,9 @@ string notation.
\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
+ by Jeffrey Friedl, published by O'Reilly. The second
+ edition of the book no longer covers Python at all,
+ but the first edition covered writing good regular expression
patterns in great detail.}
\end{seealso}
@@ -58,7 +58,7 @@ conditions that are no longer satisfied by \emph{pq}. Thus, complex
expressions can easily be constructed from simpler primitive
expressions like the ones described here. For details of the theory
and implementation of regular expressions, consult the Friedl book
-referenced below, or almost any textbook about compiler construction.
+referenced above, or almost any textbook about compiler construction.
A brief explanation of the format of regular expressions follows. For
further information and a gentler presentation, consult the Regular