[Python-checkins] [3.11] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98052)

ambv webhook-mailer at python.org
Fri Oct 7 16:53:21 EDT 2022


https://github.com/python/cpython/commit/40d5e89d3bbd92f7340c67ae5c60c28a2d11bde3
commit: 40d5e89d3bbd92f7340c67ae5c60c28a2d11bde3
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2022-10-07T13:53:15-07:00
summary:

[3.11] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98052)

Revert params note in urllib.parse.urlparse table
(cherry picked from commit eed80458e8e776d15fa862da71dcce58c47e2ca7)

Co-authored-by: Stanley <46876382+slateny at users.noreply.github.com>

files:
M Doc/library/urllib.parse.rst

diff --git a/Doc/library/urllib.parse.rst b/Doc/library/urllib.parse.rst
index 1478b34bc955..96b396510794 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           |
    +------------------+-------+-------------------------+------------------------+



More information about the Python-checkins mailing list