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

Conversation

oprypin
Copy link
Contributor

@oprypin oprypin commented Jul 13, 2021

https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlsplit
https://docs.python.org/3/library/urllib.parse.html#urllib.parse.urlparse

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

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 oprypin merged commit fd0e9de into master Jul 14, 2021
@oprypin oprypin deleted the unsplit branch July 14, 2021 20:09
@oprypin oprypin restored the unsplit branch July 14, 2021 20:17
@oprypin oprypin deleted the unsplit branch July 14, 2021 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant