Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9da3881

Browse files
committed
Use the correct URL to AMK's regex-to-re HOWTO!
1 parent 54c3947 commit 9da3881

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/lib/libregex.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ \section{Built-in Module \module{regex}}
1414
converted. The standard library module
1515
\code{reconvert}\refstmodindex{reconvert} helps in converting
1616
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
17-
style regular expressions. (For more conversion help, see the URL
18-
\url{http://www.python.org/doc/howto/regex-to-re.html}.)
17+
style regular expressions. (For more conversion help, see Andrew
18+
Kuchling's\index{Kuchling, Andrew} ``\module{regex-to-re} HOWTO'' at
19+
\url{http://www.python.org/doc/howto/regex-to-re/}.)
1920

2021
By default the patterns are Emacs-style regular expressions
2122
(with one exception). There is

Doc/libregex.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ \section{Built-in Module \module{regex}}
1414
converted. The standard library module
1515
\code{reconvert}\refstmodindex{reconvert} helps in converting
1616
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
17-
style regular expressions. (For more conversion help, see the URL
18-
\url{http://www.python.org/doc/howto/regex-to-re.html}.)
17+
style regular expressions. (For more conversion help, see Andrew
18+
Kuchling's\index{Kuchling, Andrew} ``\module{regex-to-re} HOWTO'' at
19+
\url{http://www.python.org/doc/howto/regex-to-re/}.)
1920

2021
By default the patterns are Emacs-style regular expressions
2122
(with one exception). There is

0 commit comments

Comments
 (0)