diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-09 14:06:33 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-09 14:06:33 (GMT) |
commit | 9da38814a3d5e81f535396fd731b1fbbd4970af5 (patch) | |
tree | 948b68386a07bdf4fa2ff792dacc822fc62e070f /Doc/lib/libregex.tex | |
parent | 54c3947fbcc38d87607ef069ec795cc6682630b3 (diff) | |
download | cpython-9da38814a3d5e81f535396fd731b1fbbd4970af5.zip cpython-9da38814a3d5e81f535396fd731b1fbbd4970af5.tar.gz cpython-9da38814a3d5e81f535396fd731b1fbbd4970af5.tar.bz2 |
Use the correct URL to AMK's regex-to-re HOWTO!
Diffstat (limited to 'Doc/lib/libregex.tex')
-rw-r--r-- | Doc/lib/libregex.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 33f346b..fabc182 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/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 |