]> granicus.if.org Git - python/commit
bpo-33254: do not return an empty list when asking for the contents of a namespace...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Apr 2018 19:30:26 +0000 (12:30 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Apr 2018 19:30:26 +0000 (12:30 -0700)
commit2e5fa38c5aaf7630c55ce6dfb8f79df6b3b86076
tree72e4bc6235e4884d30dfb24085362b5120ae9052
parent887b5f8fc622267e1fd48862ea9d0dfd4a0abdc6
bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467)

(cherry picked from commit 3ab9365dca8438f89b2060cd3eebe00606133dc4)

Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
Doc/library/importlib.rst
Lib/importlib/abc.py
Lib/importlib/resources.py
Lib/test/test_importlib/test_resource.py
Misc/NEWS.d/next/Library/2018-04-13-15-14-47.bpo-33254.DS4KFK.rst [new file with mode: 0644]