Skip to content

Commit adf24bd

Browse files
authored
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
1 parent 7c29ae1 commit adf24bd

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
@@ -7,6 +7,8 @@
77
.. module:: importlib.metadata
88
:synopsis: The implementation of the importlib metadata.
99

10+
.. versionadded:: 3.8
11+
1012
**Source code:** :source:`Lib/importlib/metadata.py`
1113

1214
.. note::

0 commit comments

Comments
 (0)