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 |
|
GH-25494 is a backport of this pull request to the 3.9 branch. |
|
GH-25495 is a backport of this pull request to the 3.8 branch. |
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