Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upv40.7.1 omits port in index download #1663
Comments
This comment has been minimized.
This comment has been minimized.
Sorry about the regression. After re-reading the diff, I can see the issue, which was probably brought on by the naming of 'host' when it meant 'netloc'. Fix should be straightforward. |
added a commit
that referenced
this issue
Feb 1, 2019
jaraco
closed this
in
#1665
Feb 1, 2019
added a commit
that referenced
this issue
Feb 3, 2019
jaraco
referenced this issue
Feb 3, 2019
Merged
Revert to using a copy of splituser from Python 3.8. #1670
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kokoska69 commentedJan 31, 2019
In this commit 3a351aa is used host instead of netloc, but host does not contain port. Version 40.6.3 works OK.