@@ -22,11 +22,11 @@ combine the components back into a URL string, and to convert a "relative URL"
2222to an absolute URL given a "base URL."
2323
2424The 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
3131The :mod: `urllib.parse ` module defines functions that fall into two broad
3232categories: URL parsing and URL quoting. These are covered in detail in
0 commit comments