diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-10-25 10:55:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-12-15 20:16:50 -0500 |
commit | cafe49ae0c7c4914c469d8bd368185aebc29b4ca (patch) | |
tree | c1ec5cb098db3f98490097c2eaf2d1480504b1b9 | |
parent | 3a351aa00e2110c3b3df0302b1ed6bcf66a1f8d8 (diff) | |
download | python-setuptools-git-cafe49ae0c7c4914c469d8bd368185aebc29b4ca.tar.gz |
Add changelog
-rw-r--r-- | changelog.d/1499.change.rst | 1 |
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. |