diff options
| author | idle sign <idlesign@yandex.ru> | 2016-12-03 22:11:21 +0700 |
|---|---|---|
| committer | idle sign <idlesign@yandex.ru> | 2016-12-03 22:11:21 +0700 |
| commit | 06715b636916cd0a008a973d7a7cdcd16fc2feeb (patch) | |
| tree | 88beab9724593e082cae5b599558a5cf19823596 /setuptools/package_index.py | |
| parent | ef583b282b179d46b9e9066e5714d1d37aeaff3b (diff) | |
| parent | aac9f9f31c0fdb97c52e343be6b8a641b2341232 (diff) | |
| download | external_python_setuptools-06715b636916cd0a008a973d7a7cdcd16fc2feeb.tar.gz external_python_setuptools-06715b636916cd0a008a973d7a7cdcd16fc2feeb.tar.bz2 external_python_setuptools-06715b636916cd0a008a973d7a7cdcd16fc2feeb.zip | |
Merge branch 'remote_pypa_master' into feat/setupcfg_handling
Diffstat (limited to 'setuptools/package_index.py')
| -rwxr-xr-x | setuptools/package_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/package_index.py b/setuptools/package_index.py index 024fab98..d80d43bc 100755 --- a/setuptools/package_index.py +++ b/setuptools/package_index.py @@ -768,7 +768,7 @@ class PackageIndex(Environment): 'down, %s' % (url, v.line) ) - except http_client.HTTPException as v: + except (http_client.HTTPException, socket.error) as v: if warning: self.warn(warning, v) else: |
