aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2232.misc.patch
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-07-11 02:16:44 -0400
committerGitHub <noreply@github.com>2020-07-11 02:16:44 -0400
commitdc4fcfd23750e28a02123eb50e174f430c2e6234 (patch)
tree866cc2ddac5a86e0686e62195c22fbaaeb1e98ec /changelog.d/2232.misc.patch
parentcd8ac41d2f40de096251b78a55a74b2705a7af8f (diff)
parentbedaf1309d2633831a7fb7dea561642e7da704df (diff)
downloadexternal_python_setuptools-dc4fcfd23750e28a02123eb50e174f430c2e6234.tar.gz
external_python_setuptools-dc4fcfd23750e28a02123eb50e174f430c2e6234.tar.bz2
external_python_setuptools-dc4fcfd23750e28a02123eb50e174f430c2e6234.zip
Merge pull request #2247 from pypa/distutils-adopt-escape-hatch
Re-enable distutils adoption with escape hatch
Diffstat (limited to 'changelog.d/2232.misc.patch')
-rw-r--r--changelog.d/2232.misc.patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2232.misc.patch b/changelog.d/2232.misc.patch
new file mode 100644
index 00000000..4a956e1e
--- /dev/null
+++ b/changelog.d/2232.misc.patch
@@ -0,0 +1 @@
+In preparation for re-enabling a local copy of distutils, Setuptools now honors an environment variable, SETUPTOOLS_USE_DISTUTILS. If set to 'stdlib' (current default), distutils will be used from the standard library. If set to 'local' (default in a imminent backward-incompatible release), the local copy of distutils will be used.