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

Use portable file URLs when installing the root package #299

Merged
merged 1 commit into from
Mar 13, 2021
Merged

Conversation

cjolowicz
Copy link
Owner

Use Path.as_uri() to construct package URLs in a robust and portable way. The
pathlib implementation deals with a variety of issues on POSIX and especially on
Windows that aren't taken care of using our current method.

Base automatically changed from master to main March 13, 2021 14:06
Use Path.as_uri() to construct package URLs in a robust and portable way. The
pathlib implementation deals with a variety of issues on POSIX and especially on
Windows that aren't taken care of using our current method.
@cjolowicz cjolowicz added the bug Something isn't working label Mar 13, 2021
@cjolowicz cjolowicz merged commit 99786e6 into main Mar 13, 2021
@cjolowicz cjolowicz deleted the fileuri branch March 13, 2021 14:27
This was referenced Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant