]> granicus.if.org Git - python/commit
bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 May 2018 16:27:49 +0000 (09:27 -0700)
committerBarry Warsaw <barry@python.org>
Thu, 17 May 2018 16:27:49 +0000 (12:27 -0400)
commit6417d33633a3979d996015e52e4ff6c7a88e93e5
treed8e208b8cc73836ead7dd8c116ef689bc60783bb
parent8965d75c90e80b6983b36f3ae9601d6a257d782b
bpo-33537: Add an __all__ to importlib.resources (GH-6920) (#6941)

(cherry picked from commit 0ed66df5242138fc599b4735749e55f953d9a1e4)

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