Commit 9d5d5073 authored by Senthil Kumaran's avatar Senthil Kumaran

urlparse docs clean up

parent d9a51377
...@@ -27,11 +27,11 @@ combine the components back into a URL string, and to convert a "relative URL" ...@@ -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." to an absolute URL given a "base URL."
The module has been designed to match the Internet RFC on Relative Uniform 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 Resource Locators. It supports the following URL schemes: ``file``, ``ftp``,
following URL schemes: ``file``, ``ftp``, ``gopher``, ``hdl``, ``http``, ``gopher``, ``hdl``, ``http``, ``https``, ``imap``, ``mailto``, ``mms``,
``https``, ``imap``, ``mailto``, ``mms``, ``news``, ``nntp``, ``prospero``, ``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtspu``, ``sftp``,
``rsync``, ``rtsp``, ``rtspu``, ``sftp``, ``shttp``, ``sip``, ``sips``, ``shttp``, ``sip``, ``sips``, ``snews``, ``svn``, ``svn+ssh``, ``telnet``,
``snews``, ``svn``, ``svn+ssh``, ``telnet``, ``wais``. ``wais``.
.. versionadded:: 2.5 .. versionadded:: 2.5
Support for the ``sftp`` and ``sips`` schemes. Support for the ``sftp`` and ``sips`` schemes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment