Add importlib.metadata to what's new. (#13855)

This commit is contained in:
Barry Warsaw 2019-06-05 19:40:19 -07:00 committed by GitHub
parent c4c421d619
commit 4867eaa294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -330,7 +330,10 @@ Other Language Changes
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