From: Jason R. Coombs Date: Fri, 23 Apr 2021 06:46:16 +0000 (-0400) Subject: bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) X-Git-Tag: v3.9.5~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4fff1f580aed5d26b9b501d0e626f50da9f7bb7;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 adf24bd835ed8f76dcc51aa98c8c54275e86965b) Co-authored-by: Zackery Spytz --- diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst index 0dd3daaa5489..2c8d7f81c835 100644 --- a/Doc/library/importlib.metadata.rst +++ b/Doc/library/importlib.metadata.rst @@ -4,6 +4,8 @@ Using :mod:`!importlib.metadata` ================================= +.. versionadded:: 3.8 + .. note:: This functionality is provisional and may deviate from the usual version semantics of the standard library.