aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d/2259.change.rst
blob: 43701ec23bf53139df571a75af6a2b583898f4c3 (plain)
1
Setuptools now provides a .pth file (except for editable installs of setuptools) to the target environment to ensure that when enabled, the setuptools-provided distutils is preferred before setuptools has been imported (and even if setuptools is never imported). Honors the SETUPTOOLS_USE_DISTUTILS environment variable.