[Python-checkins] cpython (3.2): urlparse docs clean up - no reference to earlier draft

senthil.kumaran python-checkins at python.org
Fri Jun 29 06:08:40 CEST 2012


http://hg.python.org/cpython/rev/450e32f8c73a
changeset:   77844:450e32f8c73a
branch:      3.2
parent:      77840:9854520c8200
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Thu Jun 28 21:07:58 2012 -0700
summary:
  urlparse docs clean up - no reference to earlier draft

files:
  Doc/library/urllib.parse.rst |  10 +++++-----
  1 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -22,11 +22,11 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list