aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2232.breaking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/2232.breaking.rst')
-rw-r--r--changelog.d/2232.breaking.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2232.breaking.rst b/changelog.d/2232.breaking.rst
new file mode 100644
index 00000000..b2fd926f
--- /dev/null
+++ b/changelog.d/2232.breaking.rst
@@ -0,0 +1 @@
+Once again, Setuptools overrides the stdlib distutils on import. For environments or invocations where this behavior is undesirable, users are provided with a temporary escape hatch. If the environment variable ``SETUPTOOLS_USE_DISTUTILS`` is set to ``stdlib``, Setuptools will fall back to the legacy behavior. Use of this escape hatch is discouraged, but it is provided to ease the transition while proper fixes for edge cases can be addressed.