]> granicus.if.org Git - python/commitdiff
Add URL of Andrew Kuchling's nifty re conversion page...
authorGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 04:53:49 +0000 (04:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 04:53:49 +0000 (04:53 +0000)
Doc/lib/libregex.tex
Doc/libregex.tex

index bf937f23d0d8e120f408bbf0ec27476c2184266f..cea8d640d1c23f55c2e9c892e502d795889f59d0 100644 (file)
@@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which
 supports the more powerful and regular Perl-style regular expressions.
 Existing code should be converted.  The standard library module
 \code{reconvert} helps in converting \code{regex} style regular
-expressions to \code{re} style regular expressions.  (The interfaces
-are different too, so the conversion cannot be fully automated.)
+expressions to \code{re} style regular expressions.  (For more
+conversion help, see the URL
+\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
 
 By default the patterns are Emacs-style regular expressions
 (with one exception).  There is
index bf937f23d0d8e120f408bbf0ec27476c2184266f..cea8d640d1c23f55c2e9c892e502d795889f59d0 100644 (file)
@@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which
 supports the more powerful and regular Perl-style regular expressions.
 Existing code should be converted.  The standard library module
 \code{reconvert} helps in converting \code{regex} style regular
-expressions to \code{re} style regular expressions.  (The interfaces
-are different too, so the conversion cannot be fully automated.)
+expressions to \code{re} style regular expressions.  (For more
+conversion help, see the URL
+\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
 
 By default the patterns are Emacs-style regular expressions
 (with one exception).  There is