diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-03 06:32:44 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-03 06:32:49 -0400 |
| commit | 5d6fe655504d2ab327de70eae9912abd82b8f85a (patch) | |
| tree | 8ea626b1cabe75cc79f0743f3474f98f1d89ce8d /setuptools | |
| parent | 3aeec3f0e989516e9229d9a75f5a038929dee6a6 (diff) | |
| parent | 8c360dfd6361a15d1bbdfadb5fd0927a9a4a4cef (diff) | |
| download | python-setuptools-git-5d6fe655504d2ab327de70eae9912abd82b8f85a.tar.gz | |
Merge pull request #2062.
Diffstat (limited to 'setuptools')
| -rw-r--r-- | 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 7a802413..0744ea2a 100644 --- a/setuptools/package_index.py +++ b/setuptools/package_index.py @@ -1053,7 +1053,7 @@ def open_with_auth(url, opener=urllib.request.urlopen): parsed = urllib.parse.urlparse(url) scheme, netloc, path, params, query, frag = parsed - # Double scheme does not raise on Mac OS X as revealed by a + # Double scheme does not raise on macOS as revealed by a # failing test. We would expect "nonnumeric port". Refs #20. if netloc.endswith(':'): raise http_client.InvalidURL("nonnumeric port: ''") |
