aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2232.misc.patch
blob: 4a956e1e3aa36c9cf3c31bdf63e08a388c1cde5a (plain)
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.