]> granicus.if.org Git - python/commit
bpo-33151: Handle submodule resources (GH-6268) (GH-6270)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Mar 2018 17:25:28 +0000 (10:25 -0700)
committerBarry Warsaw <barry@python.org>
Tue, 27 Mar 2018 17:25:28 +0000 (10:25 -0700)
commitfd1b8f87b3e63495cadd37c8f1b90191b46ee52a
tree777a25af80195eaeac9304a4b949465e0c0cf0a0
parentf328caf4caafd4521c356af8cb8a299f27603c90
bpo-33151: Handle submodule resources (GH-6268) (GH-6270)

(cherry picked from commit 30e507dff465a31901d87df791a2bac40dc88530)

Co-authored-by: Barry Warsaw <barry@python.org>
Lib/importlib/resources.py
Lib/test/test_importlib/test_read.py
Lib/test/test_importlib/test_resource.py