aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-09-06 09:34:32 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-09-06 09:34:32 -0400
commit7c6fcc08e5960234e99ba2e764766b5a0358038c (patch)
treed992536a7ec67e070dab50df421726c4db63b9c3 /setuptools/package_index.py
parentbb6bcc421feb339c8cb876edc1f3eb18159aa6a0 (diff)
parent705e6255fca83f5ff2b194e6529968017cefaaa3 (diff)
downloadexternal_python_setuptools-7c6fcc08e5960234e99ba2e764766b5a0358038c.tar.gz
external_python_setuptools-7c6fcc08e5960234e99ba2e764766b5a0358038c.tar.bz2
external_python_setuptools-7c6fcc08e5960234e99ba2e764766b5a0358038c.zip
Merge
Diffstat (limited to 'setuptools/package_index.py')
-rwxr-xr-xsetuptools/package_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py
index d949063e..a6672c70 100755
--- a/setuptools/package_index.py
+++ b/setuptools/package_index.py
@@ -660,7 +660,7 @@ class PackageIndex(Environment):
fp, tfp, info = None, None, None
try:
checker = HashChecker.from_url(url)
- fp = self.open_url(url)
+ fp = self.open_url(strip_fragment(url))
if isinstance(fp, HTTPError):
raise DistutilsError(
"Can't download %s: %s %s" % (url, fp.code,fp.msg)