Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b50bf3

Browse files
committed
urlparse docs clean up - no reference to earlier draft
2 parents 802d669 + 4a27d9f commit 0b50bf3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/library/urllib.parse.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ combine the components back into a URL string, and to convert a "relative URL"
2222
to an absolute URL given a "base URL."
2323

2424
The module has been designed to match the Internet RFC on Relative Uniform
25-
Resource Locators (and discovered a bug in an earlier draft!). It supports the
26-
following URL schemes: ``file``, ``ftp``, ``gopher``, ``hdl``, ``http``,
27-
``https``, ``imap``, ``mailto``, ``mms``, ``news``, ``nntp``, ``prospero``,
28-
``rsync``, ``rtsp``, ``rtspu``, ``sftp``, ``shttp``, ``sip``, ``sips``,
29-
``snews``, ``svn``, ``svn+ssh``, ``telnet``, ``wais``.
25+
Resource Locators. It supports the following URL schemes: ``file``, ``ftp``,
26+
``gopher``, ``hdl``, ``http``, ``https``, ``imap``, ``mailto``, ``mms``,
27+
``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtspu``, ``sftp``,
28+
``shttp``, ``sip``, ``sips``, ``snews``, ``svn``, ``svn+ssh``, ``telnet``,
29+
``wais``.
3030

3131
The :mod:`urllib.parse` module defines functions that fall into two broad
3232
categories: URL parsing and URL quoting. These are covered in detail in

0 commit comments

Comments
 (0)