[Python-checkins] [3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-26500)

jaraco webhook-mailer at python.org
Sun Jun 27 18:05:31 EDT 2021


https://github.com/python/cpython/commit/17b916737bd05a11ec24341990c4d8dbfee8f94b
commit: 17b916737bd05a11ec24341990c4d8dbfee8f94b
branch: 3.9
author: Jason R. Coombs <jaraco at jaraco.com>
committer: jaraco <jaraco at jaraco.com>
date: 2021-06-27T18:05:27-04:00
summary:

[3.9] bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) (GH-26500)

Automerge-Triggered-By: GH:jaraco.
(cherry picked from commit 23acadcc1c75eb74b2459304af70d97a35001b34)

Co-authored-by: Jason R. Coombs <jaraco at jaraco.com>

files:
M Doc/library/importlib.metadata.rst

diff --git a/Doc/library/importlib.metadata.rst b/Doc/library/importlib.metadata.rst
index ff3b7f162f962..9bf34047ddaec 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.
 
+**Source code:** :source:`Lib/importlib/metadata.py`
+
 .. versionadded:: 3.8
 
 .. note::



More information about the Python-checkins mailing list