Skip to content

Commit b66825a

Browse files
ZackerySpytzjaraco
authored andcommitted
[3.9] bpo-43856: Add a versionadded directive to the importlib.metadata 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]>
1 parent fa03efd commit b66825a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Using :mod:`!importlib.metadata`
55
=================================
66

7+
.. versionadded:: 3.8
8+
79
.. note::
810
This functionality is provisional and may deviate from the usual
911
version semantics of the standard library.

0 commit comments

Comments
 (0)