bpo-34632: Add importlib.metadata (GH-12547)

Add importlib.metadata module as forward port of the standalone importlib_metadata.
This commit is contained in:
Jason R. Coombs 2019-05-24 19:59:01 -04:00 committed by Barry Warsaw
parent 6dbbe748e1
commit 1bbf7b661f
15 changed files with 2049 additions and 639 deletions

View file

@ -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).

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
350 whatsnew/changelog :: error::BytesWarning
351 whatsnew/changelog :: default::BytesWarning
352 whatsnew/changelog :: default::DeprecationWarning
353 library/importlib.metadata .. highlight: .. highlight:: none
354 library/importlib.metadata :main EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')
355 library/importlib.metadata ` of directories ``path`` (defaults to sys.path).