aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.d/1670.change.rst1
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.