aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-02-03 10:25:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-02-03 10:25:50 -0500
commita08cf8bc0d4d06b9f185b62518f173ebd1d4c9f1 (patch)
treedd1d2d6532a648949c4674a48167b920fb0d7668 /changelog.d
parentf03ef2074c30f7772c1d49fc92beb5b0f9d79e63 (diff)
downloadexternal_python_setuptools-40.7.3.tar.gz
external_python_setuptools-40.7.3.tar.bz2
external_python_setuptools-40.7.3.zip
Bump version: 40.7.2 → 40.7.3v40.7.340.7-maintenance
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1670.change.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/1670.change.rst b/changelog.d/1670.change.rst
deleted file mode 100644
index abad7950..00000000
--- a/changelog.d/1670.change.rst
+++ /dev/null
@@ -1 +0,0 @@
-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.