summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-10-25 10:55:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-12-15 20:16:50 -0500
commitcafe49ae0c7c4914c469d8bd368185aebc29b4ca (patch)
treec1ec5cb098db3f98490097c2eaf2d1480504b1b9
parent3a351aa00e2110c3b3df0302b1ed6bcf66a1f8d8 (diff)
downloadpython-setuptools-git-cafe49ae0c7c4914c469d8bd368185aebc29b4ca.tar.gz
Add changelog
-rw-r--r--changelog.d/1499.change.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1499.change.rst b/changelog.d/1499.change.rst
new file mode 100644
index 00000000..10e4db68
--- /dev/null
+++ b/changelog.d/1499.change.rst
@@ -0,0 +1 @@
+``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.