From: Georg Brandl Date: Fri, 20 Jan 2006 21:16:54 +0000 (+0000) Subject: Document supported schemes. X-Git-Tag: v2.4.3c1~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03c5a890369c04e8c85a1768a85d36f54428682d;p=thirdparty%2FPython%2Fcpython.git Document supported schemes. --- diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index 4f366d44aa04..e1ea4fff4ad7 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -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