Add importlib.metadata to what's new. (#13855)
This commit is contained in:
parent
c4c421d619
commit
4867eaa294
|
@ -330,7 +330,10 @@ Other Language Changes
|
||||||
New Modules
|
New Modules
|
||||||
===========
|
===========
|
||||||
|
|
||||||
* None yet.
|
* The new :mod:`importlib.metadata` module provides (provisional) support for
|
||||||
|
reading metadata from third-party packages. For example, you can extract an
|
||||||
|
installed package's version number, list of entry points, and more. See
|
||||||
|
:issue:`34632` for additional details.
|
||||||
|
|
||||||
|
|
||||||
Improved Modules
|
Improved Modules
|
||||||
|
|
Loading…
Reference in New Issue