mirror of
https://github.com/python/cpython.git
synced 2025-11-08 21:52:45 +00:00
bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415)
Automerge-Triggered-By: GH:jaraco
This commit is contained in:
parent
3fc65b97d0
commit
23acadcc1c
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue