-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Fix "file:" URL to have right no. of /'s #36991
Comments
If you run urlparse.urljoin() on a file: URL, the resulting URL Properly formed, the URL (assuming no netloc) should have The error appears to be in a condition in urlunsplit(). It Patch attached that corrects the condition. |
Logged In: YES Not sure who is best to review this? Fred? Jeremy? This patch works for me. I have a test too. Assign back to |
Logged In: YES Looks good to me; go ahead and check it in with the tests. Thanks! |
Logged In: YES Checked in as:
|
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: