From b66825a40c6dc06b729925cb338edb52b663d967 Mon Sep 17 00:00:00 2001 From: Zackery Spytz Date: Fri, 16 Apr 2021 17:13:38 -0600 Subject: [3.9] 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 --- 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 0dd3daaa54..2c8d7f81c8 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. -- cgit v1.2.1