]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
authorBrett Cannon <brett@python.org>
Sun, 16 Jun 2013 18:56:58 +0000 (14:56 -0400)
committerBrett Cannon <brett@python.org>
Sun, 16 Jun 2013 18:56:58 +0000 (14:56 -0400)
commit13d8ff9c5bc6c957696e9e25e54a02fc077af1af
treee5fc52292423168a125f2aab800e4c12f66fe719
parent645ab68f25457b24f2dadfa3e6911cebac30d33e
Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader
conform the the InspectLoader ABC. Perk of this is that runpy/-m can
now work with namespace packages.
Lib/importlib/_bootstrap.py
Lib/importlib/abc.py
Lib/test/test_namespace_pkgs.py
Misc/NEWS
Python/importlib.h