bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445)

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
This commit is contained in:
Zackery Spytz 2021-04-16 17:13:38 -06:00 committed by GitHub
parent 7c29ae1f05
commit adf24bd835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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::