diff options
author | Reece Dunham <me@rdil.rocks> | 2020-04-11 18:11:31 +0000 |
---|---|---|
committer | Reece Dunham <me@rdil.rocks> | 2020-04-11 18:13:36 +0000 |
commit | bafe5abd8c715fa18a06bfd62e685802a2a74ce8 (patch) | |
tree | d0fbaf730ac0878cd8bb1b2e7a76847279b90f4f /setuptools/package_index.py | |
parent | 53c284b325959a6fd177e9d37d8b5dd5824db2b3 (diff) | |
download | external_python_setuptools-bafe5abd8c715fa18a06bfd62e685802a2a74ce8.tar.gz external_python_setuptools-bafe5abd8c715fa18a06bfd62e685802a2a74ce8.tar.bz2 external_python_setuptools-bafe5abd8c715fa18a06bfd62e685802a2a74ce8.zip |
change: Mac OS X -> macOS
Signed-off-by: Reece Dunham <me@rdil.rocks>
Diffstat (limited to 'setuptools/package_index.py')
-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: ''") |