Skip to content

Commit

Permalink
bpo-44613: Make importlib.metadata non-provisional (#27101)
Browse files Browse the repository at this point in the history
* importlib.metadata is no longer provisional as of 3.10
* Add NEWS entry
  • Loading branch information
warsaw authored and jaraco committed Jul 31, 2021
1 parent 29c7a59 commit d916be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Doc/library/importlib.metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
:synopsis: The implementation of the importlib metadata.

.. versionadded:: 3.8
.. versionchanged:: 3.10
``importlib.metadata`` is no longer provisional.

**Source code:** :source:`Lib/importlib/metadata.py`

.. note::
This functionality is provisional and may deviate from the usual
version semantics of the standard library.

``importlib.metadata`` is a library that provides for access to installed
package metadata. Built in part on Python's import system, this library
intends to replace similar functionality in the `entry point
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
importlib.metadata is no longer provisional.

0 comments on commit d916be0

Please sign in to comment.