-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
bpo-44246: Update What's New for importlib.metadata. #26408
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
Conversation
Bump version of importlib_metadata included. Add note about compatibility notice and fix link to entry_points documentation. Add note about removal of access by index on Distribution.entry_points.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, this reads well. I just have one minor suggestion below to fix the doc build errors.
Co-authored-by: Ken Jin <[email protected]>
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
@jaraco: Please replace |
GH-26415 is a backport of this pull request to the 3.10 branch. |
* bpo-44246: Update What's New for importlib.metadata. Bump version of importlib_metadata included. Add note about compatibility notice and fix link to entry_points documentation. Add note about removal of access by index on Distribution.entry_points. * Fix syntax mistake in issue reference. Co-authored-by: Ken Jin <[email protected]> * Fix broken reference in entry-points. Co-authored-by: Ken Jin <[email protected]> (cherry picked from commit 28f12c9) Co-authored-by: Jason R. Coombs <[email protected]>
GH-26415) * [bpo-44246](): Update What's New for importlib.metadata. Bump version of importlib_metadata included. Add note about compatibility notice and fix link to entry_points documentation. Add note about removal of access by index on Distribution.entry_points. * Fix syntax mistake in issue reference. Co-authored-by: Ken Jin <[email protected]> * Fix broken reference in entry-points. Co-authored-by: Ken Jin <[email protected]> (cherry picked from commit 28f12c9) Co-authored-by: Jason R. Coombs <[email protected]> Automerge-Triggered-By: GH:jaraco
https://bugs.python.org/issue44246
Automerge-Triggered-By: GH:jaraco