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

Skip to content

Commit 6257bdd

Browse files
committed
Merged revisions 80336 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r80336 | senthil.kumaran | 2010-04-22 11:18:35 +0530 (Thu, 22 Apr 2010) | 3 lines Updated the RFCs list in the See Also section of urlparse.rst ........
1 parent b4e8ca1 commit 6257bdd

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

Doc/library/urllib.parse.rst

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -326,17 +326,29 @@ The :mod:`urllib.parse` module defines the following functions:
326326

327327
.. seealso::
328328

329-
:rfc:`1738` - Uniform Resource Locators (URL)
330-
This specifies the formal syntax and semantics of absolute URLs.
329+
:rfc:`3986` - Uniform Resource Identifiers
330+
This is the current standard (STD66). Any changes to urlparse module
331+
should conform to this. Certain deviations could be observed, which are
332+
mostly due backward compatiblity purposes and for certain to de-facto
333+
parsing requirements as commonly observed in major browsers.
334+
335+
:rfc:`2732` - Format for Literal IPv6 Addresses in URL's.
336+
This specifies the parsing requirements of IPv6 URLs.
337+
338+
:rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
339+
Document describing the generic syntactic requirements for both Uniform Resource
340+
Names (URNs) and Uniform Resource Locators (URLs).
341+
342+
:rfc:`2368` - The mailto URL scheme.
343+
Parsing requirements for mailto url schemes.
331344

332345
:rfc:`1808` - Relative Uniform Resource Locators
333346
This Request For Comments includes the rules for joining an absolute and a
334347
relative URL, including a fair number of "Abnormal Examples" which govern the
335348
treatment of border cases.
336349

337-
:rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
338-
Document describing the generic syntactic requirements for both Uniform Resource
339-
Names (URNs) and Uniform Resource Locators (URLs).
350+
:rfc:`1738` - Uniform Resource Locators (URL)
351+
This specifies the formal syntax and semantics of absolute URLs.
340352

341353

342354
.. _urlparse-result-object:

0 commit comments

Comments
 (0)