From 16f88454f1a97c18ccb51f5d3469fc9f6e5ef09a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 22 Jan 1998 20:47:26 +0000 Subject: Use \url{} to mark a URL. --- Doc/lib/libregex.tex | 2 +- Doc/lib/libregsub.tex | 8 ++++---- Doc/libregex.tex | 2 +- Doc/libregsub.tex | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex index 6843594..f3a3fa9 100644 --- a/Doc/lib/libregex.tex +++ b/Doc/lib/libregex.tex @@ -15,7 +15,7 @@ converted. The standard library module \code{reconvert}\refstmodindex{reconvert} helps in converting \code{regex} style regular expressions to \code{re}\refstmodindex{re} 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 (with one exception). There is diff --git a/Doc/lib/libregsub.tex b/Doc/lib/libregsub.tex index 03e5c3f..48cff87 100644 --- a/Doc/lib/libregsub.tex +++ b/Doc/lib/libregsub.tex @@ -10,13 +10,13 @@ Warning: these functions are not thread-safe. \strong{Obsolescence note:} 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 -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. Existing code should be converted. The standard library module -\code{reconvert} helps in converting \code{regex} style regular -expressions to \code{re} style regular expressions. (For more +\module{reconvert} helps in converting \code{regex} style regular +expressions to \module{re} 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}.) \renewcommand{\indexsubitem}{(in module regsub)} diff --git a/Doc/libregex.tex b/Doc/libregex.tex index 6843594..f3a3fa9 100644 --- a/Doc/libregex.tex +++ b/Doc/libregex.tex @@ -15,7 +15,7 @@ converted. The standard library module \code{reconvert}\refstmodindex{reconvert} helps in converting \code{regex} style regular expressions to \code{re}\refstmodindex{re} 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 (with one exception). There is diff --git a/Doc/libregsub.tex b/Doc/libregsub.tex index 03e5c3f..48cff87 100644 --- a/Doc/libregsub.tex +++ b/Doc/libregsub.tex @@ -10,13 +10,13 @@ Warning: these functions are not thread-safe. \strong{Obsolescence note:} 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 -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. Existing code should be converted. The standard library module -\code{reconvert} helps in converting \code{regex} style regular -expressions to \code{re} style regular expressions. (For more +\module{reconvert} helps in converting \code{regex} style regular +expressions to \module{re} 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}.) \renewcommand{\indexsubitem}{(in module regsub)} -- cgit v0.12