aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-21 05:38:29 -0400
committerGitHub <noreply@github.com>2020-03-21 05:38:29 -0400
commit7db9dc2fc4b64e45979dc17ff844f997ff9fa63c (patch)
treea59cc780c57418fba57cebff2205e717dc40d95b /changelog.d
parent08cac8609e2340ea09057640cd1d728f79488b99 (diff)
downloadexternal_python_setuptools-7db9dc2fc4b64e45979dc17ff844f997ff9fa63c.tar.gz
external_python_setuptools-7db9dc2fc4b64e45979dc17ff844f997ff9fa63c.tar.bz2
external_python_setuptools-7db9dc2fc4b64e45979dc17ff844f997ff9fa63c.zip
Update changelog entry
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1563.change.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/1563.change.rst b/changelog.d/1563.change.rst
index a2452cd8..4ae16384 100644
--- a/changelog.d/1563.change.rst
+++ b/changelog.d/1563.change.rst
@@ -1 +1 @@
-If find_module fails or does not exist, attempt to use find_spec(...).loader
+In ``pkg_resources`` prefer ``find_spec`` (PEP 451) to ``find_module``.