We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
file://
The above two issues hold all of the information and investigations into this issue; please let me know if any information is missing.
The text was updated successfully, but these errors were encountered:
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.
urllib.parse
Sorry, something went wrong.
Sure enough, sorry I didn't catch that before and apologies for the noise @benjaminp :)
@Qix- Have you found out if this bug had been raised on CPython issue tracker?
@piotr-dobrogost To my knowledge it has not.
No branches or pull requests
Ref pypa/packaging#120 and pypa/pip#6658.
six.moves.urllib.parse
is not properly parsingfile://
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.
The text was updated successfully, but these errors were encountered: