diff options
Diffstat (limited to 'changelog.d/2232.misc.patch')
-rw-r--r-- | changelog.d/2232.misc.patch | 1 |
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. |