Kaydet (Commit) b1b8f239 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add URL of Andrew Kuchling's nifty re conversion page...

üst 8e944898
...@@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which ...@@ -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. supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module Existing code should be converted. The standard library module
\code{reconvert} helps in converting \code{regex} style regular \code{reconvert} helps in converting \code{regex} style regular
expressions to \code{re} style regular expressions. (The interfaces expressions to \code{re} style regular expressions. (For more
are different too, so the conversion cannot be fully automated.) 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 By default the patterns are Emacs-style regular expressions
(with one exception). There is (with one exception). There is
......
...@@ -12,8 +12,9 @@ need of regular expressions should use the new \code{re} module, which ...@@ -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. supports the more powerful and regular Perl-style regular expressions.
Existing code should be converted. The standard library module Existing code should be converted. The standard library module
\code{reconvert} helps in converting \code{regex} style regular \code{reconvert} helps in converting \code{regex} style regular
expressions to \code{re} style regular expressions. (The interfaces expressions to \code{re} style regular expressions. (For more
are different too, so the conversion cannot be fully automated.) 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 By default the patterns are Emacs-style regular expressions
(with one exception). There is (with one exception). There is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment