From 8b0a0be473d42d16946c14c5a0a9ec41320e4e45 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Fri, 16 Apr 2021 17:13:38 -0600 Subject: [3.8] 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 adf24bd835) Co-authored-by: Zackery Spytz --- Doc/library/importlib.metadata.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index a057767ebd..5d30b0fdb3 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -7,6 +7,8 @@ .. module:: importlib.metadata :synopsis: The implementation of the importlib metadata. +.. versionadded:: 3.8 + **Source code:** :source:`Lib/importlib/metadata.py` .. note:: -- cgit v1.2.1