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

Automerge-Triggered-By: GH:jaraco
This commit is contained in:
Jason R. Coombs 2021-04-14 20:56:21 -04:00 committed by GitHub
parent 3fc65b97d0
commit 23acadcc1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,11 @@
Using :mod:`!importlib.metadata` Using :mod:`!importlib.metadata`
================================= =================================
.. module:: importlib.metadata
:synopsis: The implementation of the importlib metadata.
**Source code:** :source:`Lib/importlib/metadata.py`
.. note:: .. note::
This functionality is provisional and may deviate from the usual This functionality is provisional and may deviate from the usual
version semantics of the standard library. version semantics of the standard library.