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

Skip to content

Commit 54c3947

Browse files
committed
Updated URL to AMK's regex-to-re HOWTO.
1 parent 5406e70 commit 54c3947

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

Doc/lib/libregsub.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\section{Standard Module \module{regsub}}
22
\label{module-regsub}
3-
43
\stmodindex{regsub}
4+
55
This module defines a number of functions useful for working with
66
regular expressions (see built-in module \code{regex}).
77

@@ -15,8 +15,9 @@ \section{Standard Module \module{regsub}}
1515
Existing code should be converted. The standard library module
1616
\module{reconvert} helps in converting \code{regex} style regular
1717
expressions to \module{re} style regular expressions. (For more
18-
conversion help, see the URL
19-
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
18+
conversion help, see Andrew Kuchling's\index{Kuchling, Andrew}
19+
``regex-to-re HOWTO'' at
20+
\url{http://www.python.org/doc/howto/regex-to-re/}.)
2021

2122

2223
\begin{funcdesc}{sub}{pat, repl, str}

Doc/libregsub.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
\section{Standard Module \module{regsub}}
22
\label{module-regsub}
3-
43
\stmodindex{regsub}
4+
55
This module defines a number of functions useful for working with
66
regular expressions (see built-in module \code{regex}).
77

@@ -15,8 +15,9 @@ \section{Standard Module \module{regsub}}
1515
Existing code should be converted. The standard library module
1616
\module{reconvert} helps in converting \code{regex} style regular
1717
expressions to \module{re} style regular expressions. (For more
18-
conversion help, see the URL
19-
\url{http://starship.skyport.net/crew/amk/howto/regex-to-re.html}.)
18+
conversion help, see Andrew Kuchling's\index{Kuchling, Andrew}
19+
``regex-to-re HOWTO'' at
20+
\url{http://www.python.org/doc/howto/regex-to-re/}.)
2021

2122

2223
\begin{funcdesc}{sub}{pat, repl, str}

0 commit comments

Comments
 (0)