summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-06-29 04:08:27 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-06-29 04:08:27 (GMT)
commit0b50bf3ffc8beb8fe808fc2dd17253e8a4794a05 (patch)
tree9296dd6b0bc549c9adf28606b05ead24a078781e /Doc
parent802d669044b14ae535e0136c6a9949a1725b7e14 (diff)
parent4a27d9fb46bc71e1aa2ccb182196a2a27f456c15 (diff)
downloadcpython-0b50bf3ffc8beb8fe808fc2dd17253e8a4794a05.zip
cpython-0b50bf3ffc8beb8fe808fc2dd17253e8a4794a05.tar.gz
cpython-0b50bf3ffc8beb8fe808fc2dd17253e8a4794a05.tar.bz2
urlparse docs clean up - no reference to earlier draft
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/urllib.parse.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index b33e8fe..bc1da62 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -22,11 +22,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``.
The :mod:`urllib.parse` module defines functions that fall into two broad
categories: URL parsing and URL quoting. These are covered in detail in