diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-11-10 15:59:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-10 15:59:38 (GMT) |
commit | 9a5ca31af0ee07e5401ec7e0dda8ff1d035ce32d (patch) | |
tree | 4f24bc46f3b81d4482068507b0299eab1750bf34 /Misc | |
parent | e6f066af2e15b4da17866a375e11010535d9c692 (diff) | |
download | cpython-9a5ca31af0ee07e5401ec7e0dda8ff1d035ce32d.zip cpython-9a5ca31af0ee07e5401ec7e0dda8ff1d035ce32d.tar.gz cpython-9a5ca31af0ee07e5401ec7e0dda8ff1d035ce32d.tar.bz2 |
[3.10] gh-99130: Apply bugfixes from importlib_metadata 4.11.4. (#99132)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-05-11-42-15.gh-issue-99130.91MMXu.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-05-11-42-15.gh-issue-99130.91MMXu.rst b/Misc/NEWS.d/next/Library/2022-11-05-11-42-15.gh-issue-99130.91MMXu.rst new file mode 100644 index 0000000..124d5e4 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-05-11-42-15.gh-issue-99130.91MMXu.rst @@ -0,0 +1,7 @@ +Apply bugfixes from `importlib_metadata 4.11.4 +<https://importlib-metadata.readthedocs.io/en/latest/history.html#v4-11-4>`_, +namely: In ``PathDistribution._name_from_stem``, avoid including parts of +the extension in the result. In ``PathDistribution._normalized_name``, +ensure names loaded from the stem of the filename are also normalized, +ensuring duplicate entry points by packages varying only by non-normalized +name are hidden. |