summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-20 19:46:08 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-20 19:46:08 -0500
commit137ab9d684075f772c322f455b0dd1f992ddcd8f (patch)
tree0100724796202228617d9e25d7c46f1312adf928 /changelog.d
parent82726bbb8c799bd39e98422495e268bd7b50ca41 (diff)
downloadpython-setuptools-git-137ab9d684075f772c322f455b0dd1f992ddcd8f.tar.gz
Avoid KeyError in distutils hack when pip is imported during ensurepip. Fixes #2940.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/2940.misc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2940.misc.rst b/changelog.d/2940.misc.rst
new file mode 100644
index 00000000..74cd3859
--- /dev/null
+++ b/changelog.d/2940.misc.rst
@@ -0,0 +1 @@
+Avoid KeyError in distutils hack when pip is imported during ensurepip.