summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-07 20:53:39 (GMT)
committerGitHub <noreply@github.com>2022-10-07 20:53:39 (GMT)
commit1db2d952849d466303c79be25c50919a08f6a563 (patch)
treed00d0ae092a929a5df5a003ed96a45f264cbfdef
parentda1fe3873a592eebe6f0d961b2e3b36d29b4838e (diff)
downloadcpython-1db2d952849d466303c79be25c50919a08f6a563.zip
cpython-1db2d952849d466303c79be25c50919a08f6a563.tar.gz
cpython-1db2d952849d466303c79be25c50919a08f6a563.tar.bz2
[3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98054)
Revert params note in urllib.parse.urlparse table (cherry picked from commit eed80458e8e776d15fa862da71dcce58c47e2ca7) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
-rw-r--r--Doc/library/urllib.parse.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index b7430e9..f0f8605 100644
--- a/Doc/library/urllib.parse.rst
+++ b/Doc/library/urllib.parse.rst
@@ -113,7 +113,8 @@ or on combining URL components into a URL string.
+------------------+-------+-------------------------+------------------------+
| :attr:`path` | 2 | Hierarchical path | empty string |
+------------------+-------+-------------------------+------------------------+
- | :attr:`params` | 3 | No longer used | always an empty string |
+ | :attr:`params` | 3 | Parameters for last | empty string |
+ | | | path element | |
+------------------+-------+-------------------------+------------------------+
| :attr:`query` | 4 | Query component | empty string |
+------------------+-------+-------------------------+------------------------+