]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Document supported schemes.
authorGeorg Brandl <georg@python.org>
Fri, 20 Jan 2006 21:16:54 +0000 (21:16 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 20 Jan 2006 21:16:54 +0000 (21:16 +0000)
Doc/lib/liburlparse.tex

index 4f366d44aa04a2cb1158d155c65911043354a809..e1ea4fff4ad7664fc1d1d2f4aabfafee9e389a2a 100644 (file)
@@ -19,9 +19,14 @@ string, and to convert a ``relative URL'' to an absolute URL given a
 
 The module has been designed to match the Internet RFC on Relative
 Uniform Resource Locators (and discovered a bug in an earlier
-draft!).
-
-It defines the following functions:
+draft!). It supports the following URL schemes:
+\code{file}, \code{ftp}, \code{gopher}, \code{hdl}, \code{http}, 
+\code{https}, \code{imap}, \code{mailto}, \code{mms}, \code{news}, 
+\code{nntp}, \code{prospero}, \code{rsync}, \code{rtsp}, \code{rtspu}, 
+\code{shttp}, \code{sip}, \code{snews}, \code{svn}, \code{svn+ssh}, 
+\code{telnet}, \code{wais}.
+
+The \module{urlparse} module defines the following functions:
 
 \begin{funcdesc}{urlparse}{urlstring\optional{, default_scheme\optional{, allow_fragments}}}
 Parse a URL into 6 components, returning a 6-tuple: (addressing