-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-43856: Add a versionadded directive to the importlib.metadata docs #25445
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
bpo-43856: Add a versionadded directive to the importlib.metadata docs #25445
Conversation
Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules).
I think this PR should have a news entry. |
News entries usually aren't required for minor modifications to the documentation. |
Yeah...I agree with you |
Thanks @ZackerySpytz for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
Sorry, @ZackerySpytz, I could not cleanly backport this to |
Sorry @ZackerySpytz, I had trouble checking out the |
…ta docs (GH-25445) Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules). Automerge-Triggered-By: GH:jaraco. (cherry picked from commit adf24bd) Co-authored-by: Zackery Spytz <[email protected]>
GH-25494 is a backport of this pull request to the 3.9 branch. |
…ta docs (GH-25445) Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules). Automerge-Triggered-By: GH:jaraco (cherry picked from commit adf24bd) Co-authored-by: Zackery Spytz <[email protected]>
GH-25495 is a backport of this pull request to the 3.8 branch. |
GH-25445) Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules). Automerge-Triggered-By: GH:jaraco. (cherry picked from commit adf24bd) Co-authored-by: Zackery Spytz <[email protected]>
GH-25445) Use a versionadded directive to generate the text "New in version 3.8." (to match with the documentation of other modules). Automerge-Triggered-By: GH:jaraco (cherry picked from commit adf24bd) Co-authored-by: Zackery Spytz <[email protected]>
Use a versionadded directive to generate the text "New in version
3.8." (to match with the documentation of other modules).
https://bugs.python.org/issue43856
Automerge-Triggered-By: GH:jaraco