Skip to content

Commit 7223ce3

Browse files
bpo-44613: Make importlib.metadata non-provisional (GH-27101) (#27106)
* importlib.metadata is no longer provisional as of 3.10 * Add NEWS entry (cherry picked from commit f6954cd) Co-authored-by: Barry Warsaw <[email protected]> Co-authored-by: Barry Warsaw <[email protected]>
1 parent 92abe4c commit 7223ce3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@
88
:synopsis: The implementation of the importlib metadata.
99

1010
.. versionadded:: 3.8
11+
.. versionchanged:: 3.10
12+
``importlib.metadata`` is no longer provisional.
1113

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

14-
.. note::
15-
This functionality is provisional and may deviate from the usual
16-
version semantics of the standard library.
17-
1816
``importlib.metadata`` is a library that provides for access to installed
1917
package metadata. Built in part on Python's import system, this library
2018
intends to replace similar functionality in the `entry point
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
importlib.metadata is no longer provisional.

0 commit comments

Comments
 (0)