-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace whitespace in `file://` with `%20` Closes #211 Thanks to @ichard26 in pypa/pip#13139 (comment) cc @dustin-dawind * Fix editable install for whl and zip * Fix typo in test_split_path_and_extras * Use manual replace instead of quote * use `urllib.request.pathname2url` Co-authored-by: Richard Si <sichard26@gmail.com> * fix import of urllib * fix double `file:` * Add missing // * Just use `.replace(" ", "%20")` again --------- Co-authored-by: Richard Si <sichard26@gmail.com>
- Loading branch information
1 parent
3d69198
commit be527d4
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters