]> granicus.if.org Git - python/commitdiff
Weaken recommendation of Friedl book; fix reference
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 4 Mar 2003 14:17:05 +0000 (14:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 4 Mar 2003 14:17:05 +0000 (14:17 +0000)
Doc/lib/libre.tex

index a82a0e49bb6d99ff9583ead8c37003dc9c33aec2..002af7ea18fa91a2aabf62f29921ff0db2c89dd0 100644 (file)
@@ -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