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
Next Next commit
Link datamodel docs for object.__getitem__
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
jaraco and AlexWaygood authored Dec 21, 2023
commit 988f41ef669bf2c85809276c28e3cf4ae8a908f9
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ importlib
for migration advice.
(Contributed by Jason R. Coombs in :gh:`106532`.)

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

Expand Down
0