Skip to content

Commit 40d5e89

Browse files
[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 eed8045) Co-authored-by: Stanley <[email protected]>
1 parent 0a84b7a commit 40d5e89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/urllib.parse.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ or on combining URL components into a URL string.
113113
+------------------+-------+-------------------------+------------------------+
114114
| :attr:`path` | 2 | Hierarchical path | empty string |
115115
+------------------+-------+-------------------------+------------------------+
116-
| :attr:`params` | 3 | No longer used | always an empty string |
116+
| :attr:`params` | 3 | Parameters for last | empty string |
117+
| | | path element | |
117118
+------------------+-------+-------------------------+------------------------+
118119
| :attr:`query` | 4 | Query component | empty string |
119120
+------------------+-------+-------------------------+------------------------+

0 commit comments

Comments
 (0)