diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-05-24 23:59:01 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2019-05-24 23:59:01 (GMT) |
commit | 1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9 (patch) | |
tree | c0c36b2d2756929655da47e4843188363886fce5 /Python.framework | |
parent | 6dbbe748e101a173b4cff8aada41e9313e287e0f (diff) | |
download | cpython-1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9.zip cpython-1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9.tar.gz cpython-1bbf7b661f0ac8aac12d5531928d9a85c98ec1a9.tar.bz2 |
bpo-34632: Add importlib.metadata (GH-12547)
Add importlib.metadata module as forward port of the standalone importlib_metadata.
Diffstat (limited to 'Python.framework')
l--------- | Python.framework/Resources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python.framework/Resources b/Python.framework/Resources new file mode 120000 index 0000000..953ee36 --- /dev/null +++ b/Python.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources
\ No newline at end of file |