Skip to content

Commit

Permalink
[3.10] gh-91708: Revert params note in urllib.parse.urlparse table (G…
Browse files Browse the repository at this point in the history
…H-96699) (#98053)

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

Co-authored-by: Stanley <[email protected]>
  • Loading branch information
miss-islington and slateny authored Oct 7, 2022
1 parent 6f40e2f commit 0239440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/urllib.parse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+------------------+-------+-------------------------+------------------------+
Expand Down

0 comments on commit 0239440

Please sign in to comment.