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
1 changed files with 5 additions and 0 deletions

View File

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