mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -17,3 +17,4 @@ The full list of modules described in this chapter is:
|
|||
modulefinder.rst
|
||||
runpy.rst
|
||||
importlib.rst
|
||||
importlib.metadata.rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue