cpython/Lib/importlib
Brett Cannon 13d8ff9c5b 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.
2013-06-16 14:56:58 -04:00
..
__init__.py Issue #18193: Add importlib.reload(), documenting (but not 2013-06-14 15:04:26 -04:00
_bootstrap.py Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader 2013-06-16 14:56:58 -04:00
abc.py Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader 2013-06-16 14:56:58 -04:00
machinery.py Issue #15576: Allow extension modules to be a package's __init__ 2012-08-10 13:47:54 -04:00
util.py Issue #17907: touch up the code for imp.new_module(). 2013-06-14 22:26:30 -04:00