diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-10-06 19:25:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 19:25:24 (GMT) |
commit | 8af04cdef202364541540ed67e204b71e2e759d0 (patch) | |
tree | 2eee9ab0dee52dc07464ca8500d7b15ba328c68b /Misc/NEWS.d | |
parent | 2b5f1360ead9aa72ae00de59edfd6c229d13933f (diff) | |
download | cpython-8af04cdef202364541540ed67e204b71e2e759d0.zip cpython-8af04cdef202364541540ed67e204b71e2e759d0.tar.gz cpython-8af04cdef202364541540ed67e204b71e2e759d0.tar.bz2 |
gh-97781: Apply changes from importlib_metadata 5. (GH-97785)
* gh-97781: Apply changes from importlib_metadata 5.
* Apply changes from upstream
* Apply changes from upstream.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-10-03-13-25-19.gh-issue-97781.gCLLef.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-03-13-25-19.gh-issue-97781.gCLLef.rst b/Misc/NEWS.d/next/Library/2022-10-03-13-25-19.gh-issue-97781.gCLLef.rst new file mode 100644 index 0000000..8c36d9c --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-10-03-13-25-19.gh-issue-97781.gCLLef.rst @@ -0,0 +1,5 @@ +Removed deprecated interfaces in ``importlib.metadata`` (entry points +accessed as dictionary, implicit dictionary construction of sequence of +``EntryPoint`` objects, mutablility of ``EntryPoints`` result, access of +entry point by index). ``entry_points`` now has a simpler, more +straightforward API (returning ``EntryPoints``). |