You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello Python team! I hope you're doing well.
Please take a look at the code here:
cpython/Lib/urllib/parse.py
Line 515 in 9441993
The function
_urlsplit
is to return a tuple containing scheme, netloc, path, query, and fragment. However variable that corresponds to path is namedurl
.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.
The text was updated successfully, but these errors were encountered: