]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-91708: Revert params note in urllib.parse.urlparse table (#96699)
authorStanley <46876382+slateny@users.noreply.github.com>
Fri, 7 Oct 2022 19:19:36 +0000 (12:19 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 19:19:36 +0000 (12:19 -0700)
Revert params note in urllib.parse.urlparse table

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           |
    +------------------+-------+-------------------------+------------------------+