Skip to content

Commit faad2bd

Browse files
jaracoZackerySpytz
andauthored
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 c6b50ab commit faad2bd

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)