From: Stanley <46876382+slateny@users.noreply.github.com> Date: Fri, 7 Oct 2022 19:19:36 +0000 (-0700) Subject: gh-91708: Revert params note in urllib.parse.urlparse table (#96699) X-Git-Tag: v3.12.0a1~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eed80458e8e776d15fa862da71dcce58c47e2ca7;p=thirdparty%2FPython%2Fcpython.git gh-91708: Revert params note in urllib.parse.urlparse table (#96699) Revert params note in urllib.parse.urlparse table --- 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 | +------------------+-------+-------------------------+------------------------+