Use the correct URL to AMK's regex-to-re HOWTO!

This commit is contained in:
Fred Drake 1998-04-09 14:06:33 +00:00
parent 54c3947fbc
commit 9da38814a3
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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