summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2021-04-16 17:13:38 -0600
committerJason R. Coombs <jaraco@jaraco.com>2021-04-21 00:03:28 -0400
commit8b0a0be473d42d16946c14c5a0a9ec41320e4e45 (patch)
treeecce054373c47104308dc84954272ed608c6188a
parent303ffb74a38dfed5c62ca6d8a2d53d80b696feab (diff)
downloadcpython-git-backport-adf24bd-3.8.tar.gz
[3.8] bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)backport-adf24bd-3.8
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 <zspytz@gmail.com>
-rw-r--r--Doc/library/importlib.metadata.rst2
1 files changed, 2 insertions, 0 deletions
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::