summaryrefslogtreecommitdiff
path: root/Doc/libregex.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-09 14:06:33 +0000
committerFred Drake <fdrake@acm.org>1998-04-09 14:06:33 +0000
commit1699d3472a2c97dfd8fae3d715e78dd10c2a3ca2 (patch)
treecf0d12c576d5c5741d732e4fe2b2bde35df432e1 /Doc/libregex.tex
parent8c6e44f0586624d450d0ff2bbed740eddcd8bf79 (diff)
downloadcpython-1699d3472a2c97dfd8fae3d715e78dd10c2a3ca2.tar.gz
Use the correct URL to AMK's regex-to-re HOWTO!
Diffstat (limited to 'Doc/libregex.tex')
-rw-r--r--Doc/libregex.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libregex.tex b/Doc/libregex.tex
index 33f346bc26..fabc182c88 100644
--- a/Doc/libregex.tex
+++ b/Doc/libregex.tex
@@ -14,8 +14,9 @@ and regular Perl-style regular expressions. Existing code should be
converted. The standard library module
\code{reconvert}\refstmodindex{reconvert} helps in converting
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
-style regular expressions. (For more conversion help, see the URL
-\url{http://www.python.org/doc/howto/regex-to-re.html}.)
+style regular expressions. (For more conversion help, see Andrew
+Kuchling's\index{Kuchling, Andrew} ``\module{regex-to-re} HOWTO'' at
+\url{http://www.python.org/doc/howto/regex-to-re/}.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is