diff options
author | Guido van Rossum <guido@python.org> | 1997-12-30 04:53:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-30 04:53:49 (GMT) |
commit | b1b8f23903b1199c07b65d1da03526cfb6e03927 (patch) | |
tree | 18958d5d216a6efb0ee5788326972af89b95cd60 /Doc/libregex.tex | |
parent | 8e94489882573033877bc56bf7ddd5e23aa5d641 (diff) | |
download | cpython-b1b8f23903b1199c07b65d1da03526cfb6e03927.zip cpython-b1b8f23903b1199c07b65d1da03526cfb6e03927.tar.gz cpython-b1b8f23903b1199c07b65d1da03526cfb6e03927.tar.bz2 |
Add URL of Andrew Kuchling's nifty re conversion page...
Diffstat (limited to 'Doc/libregex.tex')
-rw-r--r-- | Doc/libregex.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libregex.tex b/Doc/libregex.tex index bf937f2..cea8d64 100644 --- a/Doc/libregex.tex +++ b/Doc/libregex.tex @@ -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 |