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

six.moves.urllib.parse is not RFC 8089 compliant #300

Closed
Qix- opened this issue Oct 2, 2019 · 4 comments
Closed

six.moves.urllib.parse is not RFC 8089 compliant #300

Qix- opened this issue Oct 2, 2019 · 4 comments

Comments

@Qix-
Copy link

Qix- commented Oct 2, 2019

Ref pypa/packaging#120 and pypa/pip#6658.

six.moves.urllib.parse is not properly parsing file:// protocol URIs and as such is causing issues in downstream usage by Pip.

The above two issues hold all of the information and investigations into this issue; please let me know if any information is missing.

@benjaminp
Copy link
Owner

six.moves.urllib.parse is simply the stdlib's urllib.parse. So, if there's an behavior bug in it, the report belongs in the CPython issue tracker.

@Qix-
Copy link
Author

Qix- commented Oct 3, 2019

Sure enough, sorry I didn't catch that before and apologies for the noise @benjaminp :)

@Qix- Qix- closed this as completed Oct 3, 2019
@piotr-dobrogost
Copy link

@Qix-
Have you found out if this bug had been raised on CPython issue tracker?

@Qix-
Copy link
Author

Qix- commented Dec 13, 2019

@piotr-dobrogost To my knowledge it has not.

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

No branches or pull requests

3 participants