]> granicus.if.org Git - python/commitdiff
urlparse docs clean up - no reference to earlier draft
authorSenthil Kumaran <senthil@uthcode.com>
Fri, 29 Jun 2012 04:07:58 +0000 (21:07 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Fri, 29 Jun 2012 04:07:58 +0000 (21:07 -0700)
Doc/library/urllib.parse.rst

index b33e8fe1ed7badcada30fa38e94364f2080b85f6..bc1da62b3f2e8b59a4a4f5959bdacb49453fe317 100644 (file)
@@ -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