Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace urlparse with urlsplit #2502

Merged
merged 1 commit into from
Jul 14, 2021
Merged

Replace urlparse with urlsplit #2502

merged 1 commit into from
Jul 14, 2021

Commits on Jul 13, 2021

  1. Replace urlparse with urlsplit

    https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlsplit
    
    It's the same but doesn't treat ';' as a special character in paths; and I don't think anyone would expect it to be special
    oprypin committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    76c48d3 View commit details
    Browse the repository at this point in the history