From 9da38814a3d5e81f535396fd731b1fbbd4970af5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 9 Apr 1998 14:06:33 +0000 Subject: [PATCH] Use the correct URL to AMK's regex-to-re HOWTO! --- Doc/lib/libregex.tex | 5 +++-- Doc/libregex.tex | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 33f346bc269..fabc182c882 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 diff --git a/Doc/libregex.tex b/Doc/libregex.tex index 33f346bc269..fabc182c882 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