jku / pip

pip fork to experiment with PEP-458 implementation https://www.python.org/dev/peps/pep-0458/: See branch tuf-v2 (and tuf-mvp and tuf-mvp-vendored for earlier work)
https://pip.pypa.io/
MIT License
1 stars 0 forks source link

fix the comes_from -> index_url processing in get_http_url() #21

Closed jku closed 3 years ago

jku commented 4 years ago

index_url = urllib_parse.urljoin(link.comes_from, "..") is icky: should do better

jku commented 3 years ago

Fixed with

commit 13d5fadfe00d47866209f77d939e926bf4c4a5a0 LinkCollector: rename fetch_page -> fetch_project_page commit 0c36a590b34df579d799db46b35874647837935a Standardize parsing index url from project url