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.
(cherry picked from commit adf24bd835)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
This commit is contained in:
Jason R. Coombs 2021-04-23 02:46:16 -04:00 committed by GitHub
parent 987b65e956
commit d4fff1f580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@
Using :mod:`!importlib.metadata`
=================================
.. versionadded:: 3.8
.. note::
This functionality is provisional and may deviate from the usual
version semantics of the standard library.