From: Jason R. Coombs Date: Fri, 23 Apr 2021 06:47:00 +0000 (-0400) Subject: bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) X-Git-Tag: v3.8.10~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faad2bd87f9e1c24837dd772f0597f4ab9416c66;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 (cherry picked from commit adf24bd835) Co-authored-by: Zackery Spytz --- diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index a057767ebd2f..5d30b0fdb3e8 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::