]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98053)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 23:02:43 +0000 (16:02 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 23:02:43 +0000 (16:02 -0700)
Revert params note in urllib.parse.urlparse table
(cherry picked from commit eed80458e8e776d15fa862da71dcce58c47e2ca7)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Doc/library/urllib.parse.rst

index 1478b34bc95514add96c0ecb25f13a14487ef0e2..96b396510794b4b5e48babcb3208f9cbc8c0d3dd 100644 (file)
@@ -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           |
    +------------------+-------+-------------------------+------------------------+