From: Zackery Spytz Date: Fri, 16 Apr 2021 23:13:38 +0000 (-0600) Subject: bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) X-Git-Tag: v3.10.0b1~258 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adf24bd835;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 3cd200b71199..0f0a8dd91eea 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::