diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-11 02:16:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 02:16:44 -0400 |
| commit | dc4fcfd23750e28a02123eb50e174f430c2e6234 (patch) | |
| tree | 866cc2ddac5a86e0686e62195c22fbaaeb1e98ec /changelog.d/2232.misc.patch | |
| parent | cd8ac41d2f40de096251b78a55a74b2705a7af8f (diff) | |
| parent | bedaf1309d2633831a7fb7dea561642e7da704df (diff) | |
| download | external_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.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. |
