diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-02-03 09:32:29 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-02-03 09:32:29 -0500 |
commit | c65337e4b58523ff0db5d57d004cada74178bf74 (patch) | |
tree | a3c813df95ee415f63cd6e6ffaa939444dcb24bc | |
parent | 0830a69efde3d561c2025bdfa1fae10dcbbcc8ed (diff) | |
download | external_python_setuptools-c65337e4b58523ff0db5d57d004cada74178bf74.tar.gz external_python_setuptools-c65337e4b58523ff0db5d57d004cada74178bf74.tar.bz2 external_python_setuptools-c65337e4b58523ff0db5d57d004cada74178bf74.zip |
Add change description
-rw-r--r-- | changelog.d/1670.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1670.change.rst b/changelog.d/1670.change.rst new file mode 100644 index 00000000..abad7950 --- /dev/null +++ b/changelog.d/1670.change.rst @@ -0,0 +1 @@ +In package_index, revert to using a copy of splituser from Python 3.8. Attempts to use ``urllib.parse.urlparse`` led to problems as reported in #1663 and #1668. This change serves as an alternative to #1499 and fixes #1668. |