DOC: urllib.parse.urlparse()
example doesn't parse the params
#129745
Labels
docs
Documentation in the Doc dir
https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlparse
I think the problem is here (for v3.13):
cpython/Lib/urllib/parse.py
Line 401 in 78377c7
I assume
scheme
isn't a scheme thatuses_params
, so the params don't get parsed out. On the other hand,https
works as expected:By the way, the documentation doesn't mention anything about
uses_params
. Is that an oversight? Should some mention be added?The text was updated successfully, but these errors were encountered: