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

@ -17,3 +17,4 @@ The full list of modules described in this chapter is:
modulefinder.rst
runpy.rst
importlib.rst
importlib.metadata.rst