gh-91708: Revert params note in urllib.parse.urlparse table (#96699)

Revert params note in urllib.parse.urlparse table
This commit is contained in:
Stanley 2022-10-07 12:19:36 -07:00 committed by GitHub
parent 3a7e955858
commit eed80458e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 |
+------------------+-------+-------------------------+------------------------+