aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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``.