mirror of https://github.com/python/cpython
Update URL to the related HOWTO document.
This commit is contained in:
parent
bd400881dd
commit
b8efda01e6
|
@ -15,7 +15,7 @@ converted. The standard library module
|
||||||
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
||||||
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
||||||
style regular expressions. (For more conversion help, see the URL
|
style regular expressions. (For more conversion help, see the URL
|
||||||
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
\url{http://www.python.org/doc/howto/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
|
||||||
|
|
|
@ -15,7 +15,7 @@ converted. The standard library module
|
||||||
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
\code{reconvert}\refstmodindex{reconvert} helps in converting
|
||||||
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
|
||||||
style regular expressions. (For more conversion help, see the URL
|
style regular expressions. (For more conversion help, see the URL
|
||||||
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
|
\url{http://www.python.org/doc/howto/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
|
||||||
|
|
Loading…
Reference in New Issue