diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-09 13:49:18 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-09 13:49:18 (GMT) |
commit | b8efda01e6c66fbdd4e6a18f891717b52eb3ff01 (patch) | |
tree | 6de6a9c83cd4d0fac41e659595ea7ace358ebfb3 /Doc/lib/libregex.tex | |
parent | bd400881ddd3dbfde3b71e051c1be26972b5b084 (diff) | |
download | cpython-b8efda01e6c66fbdd4e6a18f891717b52eb3ff01.zip cpython-b8efda01e6c66fbdd4e6a18f891717b52eb3ff01.tar.gz cpython-b8efda01e6c66fbdd4e6a18f891717b52eb3ff01.tar.bz2 |
Update URL to the related HOWTO document.
Diffstat (limited to 'Doc/lib/libregex.tex')
-rw-r--r-- | Doc/lib/libregex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 0c216d2..33f346b 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -15,7 +15,7 @@ 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://starship.skyport.net/crew/amk/howto/regex-to-re.html}.) +\url{http://www.python.org/doc/howto/regex-to-re.html}.) By default the patterns are Emacs-style regular expressions (with one exception). There is |