]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98054)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Oct 2022 20:53:39 +0000 (13:53 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 20:53:39 +0000 (13:53 -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 b7430e9d4d67054d6d607a360c3c756e27020b63..f0f8605128f49456763d696a11a982b8a48315e1 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           |
    +------------------+-------+-------------------------+------------------------+