diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-21 05:38:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 05:38:29 -0400 |
| commit | 7db9dc2fc4b64e45979dc17ff844f997ff9fa63c (patch) | |
| tree | a59cc780c57418fba57cebff2205e717dc40d95b /changelog.d | |
| parent | 08cac8609e2340ea09057640cd1d728f79488b99 (diff) | |
| download | external_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.rst | 2 |
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``. |
