]> granicus.if.org Git - python/commitdiff
Use the correct URL to AMK's regex-to-re HOWTO!
authorFred Drake <fdrake@acm.org>
Thu, 9 Apr 1998 14:06:33 +0000 (14:06 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 9 Apr 1998 14:06:33 +0000 (14:06 +0000)
Doc/lib/libregex.tex
Doc/libregex.tex

index 33f346bc26961cd3ab10871bbf0b16feb9b1acd8..fabc182c882048b680f96df202907fcf40fe19cf 100644 (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
index 33f346bc26961cd3ab10871bbf0b16feb9b1acd8..fabc182c882048b680f96df202907fcf40fe19cf 100644 (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