mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.10] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98053)
Revert params note in urllib.parse.urlparse table
(cherry picked from commit eed80458e8)
Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
This commit is contained in:
parent
6f40e2fb93
commit
02394400f3
1 changed files with 2 additions and 1 deletions
|
|
@ -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 |
|
||||
+------------------+-------+-------------------------+------------------------+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue