From db7ff2e1b0ea51fee56b7f626a548cd2ef590e5e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 31 May 2020 12:26:45 -0400 Subject: Add changelog entry. --- changelog.d/2143.breaking.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/2143.breaking.rst diff --git a/changelog.d/2143.breaking.rst b/changelog.d/2143.breaking.rst new file mode 100644 index 00000000..185542ad --- /dev/null +++ b/changelog.d/2143.breaking.rst @@ -0,0 +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. -- cgit v1.2.1