mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
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:
parent
987b65e956
commit
d4fff1f580
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue