]> granicus.if.org Git - python/commit
Implement the get_resource_reader() API for file system imports (#5168)
authorBarry Warsaw <barry@python.org>
Mon, 15 Jan 2018 23:07:11 +0000 (15:07 -0800)
committerGitHub <noreply@github.com>
Mon, 15 Jan 2018 23:07:11 +0000 (15:07 -0800)
commit5ec0feeeecc1617987ec6cdc6d62b916e718a5cf
tree158c8a278acd9a7d2de71553c22199aa9b5b6ec6
parent21102f0dc20cc347677191817c1b66e20ef7bf21
Implement the get_resource_reader() API for file system imports (#5168)
Lib/importlib/_bootstrap_external.py
Lib/importlib/abc.py
Lib/importlib/resources.py
Lib/test/test_importlib/test_resource.py
Lib/test/test_importlib/util.py
Python/importlib_external.h