diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-21 12:49:50 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-06-21 12:51:03 -0400 |
commit | 51e062754df592b105547abbd6e20851972435d4 (patch) | |
tree | 01eb14e5d36d2154f92e6c65b0848e10eaf33e55 | |
parent | a8081a19cc48fc285dfd50953bb2c522cb4b8b02 (diff) | |
download | external_python_setuptools-51e062754df592b105547abbd6e20851972435d4.tar.gz external_python_setuptools-51e062754df592b105547abbd6e20851972435d4.tar.bz2 external_python_setuptools-51e062754df592b105547abbd6e20851972435d4.zip |
Wordsmith
-rw-r--r-- | changelog.d/2143.breaking.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/2143.breaking.rst b/changelog.d/2143.breaking.rst index 185542ad..29030b32 100644 --- a/changelog.d/2143.breaking.rst +++ b/changelog.d/2143.breaking.rst @@ -1 +1 @@ -Setuptools adopts distutils from the standard library as a top-level ``distutils`` package and no longer depends on distutils in the standard library. This new ``distutils`` package will be masked by ``distutils`` in the standard library unless that library has been stripped by a downstream package manager or gets removed in a future version. Although this change is not expected to break any use-cases, it will likely affect tool-chains that are monkey-patching distutils or relying on Setuptools' own monkey patching of distutils. +Setuptools adopts distutils from the standard library as a top-level ``distutils`` package and no longer depends on distutils in the standard library. This new ``distutils`` package will be masked by ``distutils`` in the standard library unless that library has been stripped by a downstream package manager or gets removed in a future version. Although this change is not expected to break any use cases, it will likely affect tool chains that are monkey-patching distutils or relying on Setuptools' own monkey-patching of distutils. |