8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4812fd commit 11888a8Copy full SHA for 11888a8
Doc/library/urllib.parse.rst
@@ -31,6 +31,11 @@ The :mod:`urllib.parse` module defines functions that fall into two broad
31
categories: URL parsing and URL quoting. These are covered in detail in
32
the following sections.
33
34
+This module's functions use the deprecated term ``netloc`` (or ``net_loc``),
35
+which was introduced in :rfc:`1808`. However, this term has been obsoleted by
36
+:rfc:`3986`, which introduced the term ``authority`` as its replacement.
37
+The use of ``netloc`` is continued for backward compatibility.
38
+
39
URL Parsing
40
-----------
41
0 commit comments