mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-34632: Add importlib.metadata (GH-12547)
Add importlib.metadata module as forward port of the standalone importlib_metadata.
This commit is contained in:
parent
6dbbe748e1
commit
1bbf7b661f
15 changed files with 2049 additions and 639 deletions
|
@ -350,3 +350,6 @@ whatsnew/3.7,,::,error::BytesWarning
|
|||
whatsnew/changelog,,::,error::BytesWarning
|
||||
whatsnew/changelog,,::,default::BytesWarning
|
||||
whatsnew/changelog,,::,default::DeprecationWarning
|
||||
library/importlib.metadata,,.. highlight:,.. highlight:: none
|
||||
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
|
||||
library/importlib.metadata,,`,of directories ``path`` (defaults to sys.path).
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue