From: Senthil Kumaran Date: Fri, 29 Jun 2012 04:07:32 +0000 (-0700) Subject: urlparse docs clean up X-Git-Tag: v2.7.4rc1~736 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d5d507322e828c8285f68d90bd49c9ca8833a89;p=thirdparty%2FPython%2Fcpython.git urlparse docs clean up --- diff --git a/Doc/library/urlparse.rst b/Doc/library/urlparse.rst index c8b714503ce0..6354cce3cbaf 100644 --- a/Doc/library/urlparse.rst +++ b/Doc/library/urlparse.rst @@ -27,11 +27,11 @@ combine the components back into a URL string, and to convert a "relative URL" to an absolute URL given a "base URL." The module has been designed to match the Internet RFC on Relative Uniform -Resource Locators (and discovered a bug in an earlier draft!). It supports the -following URL schemes: ``file``, ``ftp``, ``gopher``, ``hdl``, ``http``, -``https``, ``imap``, ``mailto``, ``mms``, ``news``, ``nntp``, ``prospero``, -``rsync``, ``rtsp``, ``rtspu``, ``sftp``, ``shttp``, ``sip``, ``sips``, -``snews``, ``svn``, ``svn+ssh``, ``telnet``, ``wais``. +Resource Locators. It supports the following URL schemes: ``file``, ``ftp``, +``gopher``, ``hdl``, ``http``, ``https``, ``imap``, ``mailto``, ``mms``, +``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtspu``, ``sftp``, +``shttp``, ``sip``, ``sips``, ``snews``, ``svn``, ``svn+ssh``, ``telnet``, +``wais``. .. versionadded:: 2.5 Support for the ``sftp`` and ``sips`` schemes.