diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-05 21:49:08 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-08-05 21:49:08 -0400 |
| commit | ebfe95fcbb12c22f58b045c6f10bd899a21a53d8 (patch) | |
| tree | cbccaf2205976190df63dcebc2b984939a7fcfa9 | |
| parent | 8db806d30d7591828528ac937e8f3b334e957ed3 (diff) | |
| download | external_python_setuptools-ebfe95fcbb12c22f58b045c6f10bd899a21a53d8.tar.gz external_python_setuptools-ebfe95fcbb12c22f58b045c6f10bd899a21a53d8.tar.bz2 external_python_setuptools-ebfe95fcbb12c22f58b045c6f10bd899a21a53d8.zip | |
Update changelog.
| -rw-r--r-- | changelog.d/2259.change.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2259.change.rst b/changelog.d/2259.change.rst new file mode 100644 index 00000000..43701ec2 --- /dev/null +++ b/changelog.d/2259.change.rst @@ -0,0 +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. |
