8000 gh-113174: Sync with importlib_metadata 7.0 by jaraco · Pull Request #113175 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-113174: Sync with importlib_metadata 7.0 #113175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 21, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to l 8000 oad files.
Loading
Diff view
Diff view
Prev Previous commit
Add exclamation point, as that seems to be used for other classes.
  • Loading branch information
jaraco committed Dec 21, 2023
commit 2cc2b7a5b25e9d2c8175580f0b5ae6ba272d90af
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ importlib
(Contributed by Jason R. Coombs in :gh:`106532`.)

* Remove deprecated :meth:`~object.__getitem__` access for
:class:`importlib.metadata.EntryPoint` objects.
:class:`!importlib.metadata.EntryPoint` objects.
(Contributed by Jason R. Coombs in :gh:`113175`.)

locale
Expand Down
0