Skip to content

Use url_to_path() from pip._internal.index.collector #13497

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

barneygale
Copy link
Contributor

Use pip's url_to_path() utility function rather than Python's urllib.request.url2pathname() in pip._internal.index.collector. This makes pip's internal handling of file URLs slightly more consistent, but shouldn't have any user-facing effect.

Use pip's `url_to_path()` utility function rather than Python's
`urllib.request.url2pathname()` in `pip._internal.index.collector`. This
makes pip's internal handling of file URLs slightly more consistent, but
shouldn't have any user-facing effect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant