aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-05 16:40:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-07-05 16:40:01 -0400
commitea966a23de98c04df90ba13e9fb03d1b0afe4962 (patch)
tree95480ec2e75a1396f7fc94370349c4254298dc13
parentf321d201defaa81697be66ed53edc58eb037132b (diff)
downloadexternal_python_setuptools-ea966a23de98c04df90ba13e9fb03d1b0afe4962.tar.gz
external_python_setuptools-ea966a23de98c04df90ba13e9fb03d1b0afe4962.tar.bz2
external_python_setuptools-ea966a23de98c04df90ba13e9fb03d1b0afe4962.zip
Update changelog. Ref #2228.
-rw-r--r--changelog.d/2228.misc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2228.misc.rst b/changelog.d/2228.misc.rst
new file mode 100644
index 00000000..be6b199d
--- /dev/null
+++ b/changelog.d/2228.misc.rst
@@ -0,0 +1 @@
+Applied fix for pypa/distutils#3, restoring expectation that spawn will raise a DistutilsExecError when attempting to execute a missing file.