mirror of https://github.com/python/cpython.git
Use \url{} to mark a URL.
This commit is contained in:
parent
ff3f0d0a5c
commit
16f88454f1
|
@ -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
|
||||||
\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{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
|
||||||
|
|
|
@ -10,13 +10,13 @@ Warning: these functions are not thread-safe.
|
||||||
\strong{Obsolescence note:}
|
\strong{Obsolescence note:}
|
||||||
This module is obsolete as of Python version 1.5; it is still being
|
This module is obsolete as of Python version 1.5; it is still being
|
||||||
maintained because much existing code still uses it. All new code in
|
maintained because much existing code still uses it. All new code in
|
||||||
need of regular expressions should use the new \code{re} module, which
|
need of regular expressions should use the new \module{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
|
\module{reconvert} helps in converting \code{regex} style regular
|
||||||
expressions to \code{re} style regular expressions. (For more
|
expressions to \module{re} style regular expressions. (For more
|
||||||
conversion help, see the URL
|
conversion help, see the URL
|
||||||
\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
||||||
|
|
||||||
\renewcommand{\indexsubitem}{(in module regsub)}
|
\renewcommand{\indexsubitem}{(in module regsub)}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{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
|
||||||
|
|
|
@ -10,13 +10,13 @@ Warning: these functions are not thread-safe.
|
||||||
\strong{Obsolescence note:}
|
\strong{Obsolescence note:}
|
||||||
This module is obsolete as of Python version 1.5; it is still being
|
This module is obsolete as of Python version 1.5; it is still being
|
||||||
maintained because much existing code still uses it. All new code in
|
maintained because much existing code still uses it. All new code in
|
||||||
need of regular expressions should use the new \code{re} module, which
|
need of regular expressions should use the new \module{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
|
\module{reconvert} helps in converting \code{regex} style regular
|
||||||
expressions to \code{re} style regular expressions. (For more
|
expressions to \module{re} style regular expressions. (For more
|
||||||
conversion help, see the URL
|
conversion help, see the URL
|
||||||
\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
|
||||||
|
|
||||||
\renewcommand{\indexsubitem}{(in module regsub)}
|
\renewcommand{\indexsubitem}{(in module regsub)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue