mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Always add space after RFC; reword paragraph
This commit is contained in:
parent
a01f6892d6
commit
ba88b7f23b
1 changed files with 8 additions and 7 deletions
|
@ -19,10 +19,11 @@ RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June
|
||||||
RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
|
RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M.
|
||||||
McCahill, December 1994
|
McCahill, December 1994
|
||||||
|
|
||||||
RFC 3986 is considered the current standard and any changes to urlparse module
|
RFC 3986 is considered the current standard and any future changes to
|
||||||
should conform to this. urlparse module is not entirely compliant with this.
|
urlparse module should conform with it. The urlparse module is
|
||||||
The defacto scenarios of parsing are considered sometimes and for backward
|
currently not entirely compliant with this RFC due to defacto
|
||||||
compatiblity purposes, older RFC uses of parsing are retained. The testcases in
|
scenarios for parsing, and for backward compatibility purposes, some
|
||||||
|
parsing quirks from older RFCs are retained. The testcases in
|
||||||
test_urlparse.py provides a good indicator of parsing behavior.
|
test_urlparse.py provides a good indicator of parsing behavior.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue