-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directory
Description
Hello Python team! I hope you're doing well.
Please take a look at the code here:
Line 515 in 9441993
return (scheme, netloc, url, query, fragment) |
The function _urlsplit
is to return a tuple containing scheme, netloc, path, query, and fragment. However variable that corresponds to path is named url
.
I think this is some kind of typo, I am eager to refactor this if that's the case.
Likewise, there are several lines with the same naming. I'll fix them too.
Metadata
Metadata
Assignees
Labels
stdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directory