summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.parse.rst
diff options
context:
space:
mode:
authorStanley <46876382+slateny@users.noreply.github.com>2022-10-07 19:19:36 (GMT)
committerGitHub <noreply@github.com>2022-10-07 19:19:36 (GMT)
commiteed80458e8e776d15fa862da71dcce58c47e2ca7 (patch)
tree6fe40b1fedd69d3133c6dd965cc37e4f1e97687e /Doc/library/urllib.parse.rst
parent3a7e955858b21b6fc35f826d0975a26ac39f50de (diff)
downloadcpython-eed80458e8e776d15fa862da71dcce58c47e2ca7.zip
cpython-eed80458e8e776d15fa862da71dcce58c47e2ca7.tar.gz
cpython-eed80458e8e776d15fa862da71dcce58c47e2ca7.tar.bz2
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
Revert params note in urllib.parse.urlparse table
Diffstat (limited to 'Doc/library/urllib.parse.rst')
-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 1478b34..96b3965 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 |
+------------------+-------+-------------------------+------------------------+