Commit cf5e3491 authored by Senthil Kumaran's avatar Senthil Kumaran

Merged revisions 80336 via svnmerge from

svn+ssh://pythondev@svn.python.org/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
........
parent 14157f07
...@@ -251,17 +251,26 @@ The :mod:`urlparse` module defines the following functions: ...@@ -251,17 +251,26 @@ The :mod:`urlparse` module defines the following functions:
.. seealso:: .. seealso::
:rfc:`1738` - Uniform Resource Locators (URL) :rfc:`3986` - Uniform Resource Identifiers
This specifies the formal syntax and semantics of absolute URLs. This is the current standard (STD66). Any changes to urlparse module
should conform to this. Certain deviations could be observed, which are
mostly due backward compatiblity purposes and for certain to de-facto
parsing requirements as commonly observed in major browsers.
:rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax
Document describing the generic syntactic requirements for both Uniform Resource
Names (URNs) and Uniform Resource Locators (URLs).
:rfc:`2368` - The mailto URL scheme.
Parsing requirements for mailto url schemes.
:rfc:`1808` - Relative Uniform Resource Locators :rfc:`1808` - Relative Uniform Resource Locators
This Request For Comments includes the rules for joining an absolute and a This Request For Comments includes the rules for joining an absolute and a
relative URL, including a fair number of "Abnormal Examples" which govern the relative URL, including a fair number of "Abnormal Examples" which govern the
treatment of border cases. treatment of border cases.
:rfc:`2396` - Uniform Resource Identifiers (URI): Generic Syntax :rfc:`1738` - Uniform Resource Locators (URL)
Document describing the generic syntactic requirements for both Uniform Resource This specifies the formal syntax and semantics of absolute URLs.
Names (URNs) and Uniform Resource Locators (URLs).
.. _urlparse-result-object: .. _urlparse-result-object:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment