]> granicus.if.org Git - python/commitdiff
Use \url{} to mark a URL.
authorFred Drake <fdrake@acm.org>
Thu, 22 Jan 1998 20:47:26 +0000 (20:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 22 Jan 1998 20:47:26 +0000 (20:47 +0000)
Doc/lib/libregex.tex
Doc/lib/libregsub.tex
Doc/libregex.tex
Doc/libregsub.tex

index 6843594c66b05185499ac263a719dd95d4f589a6..f3a3fa9254eb567986231410e312845d047f49ac 100644 (file)
@@ -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
index 03e5c3f1c324b9d5ddac6fe1dc6c44f068ccb018..48cff87d2f8fd3d1e13532cf71f4ee088d6f05ef 100644 (file)
@@ -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)}
 
index 6843594c66b05185499ac263a719dd95d4f589a6..f3a3fa9254eb567986231410e312845d047f49ac 100644 (file)
@@ -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
index 03e5c3f1c324b9d5ddac6fe1dc6c44f068ccb018..48cff87d2f8fd3d1e13532cf71f4ee088d6f05ef 100644 (file)
@@ -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)}