cpython/Lib/importlib
Brett Cannon 4f38cb41fe Issue #26367: Have importlib.__init__() raise RuntimeError when
'level' is specified but no __package__.

This brings the function inline with builtins.__import__(). Thanks to
Manuel Jacob for the patch.
2016-02-20 12:52:06 -08:00
..
__init__.py Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00
_bootstrap.py Issue #26367: Have importlib.__init__() raise RuntimeError when 2016-02-20 12:52:06 -08:00
_bootstrap_external.py Issue #25280: Import trace messages emitted in verbose (-v) mode are no 2015-10-01 11:40:22 +03:00
abc.py Issue #24192: Fix namespace package imports. 2015-05-15 21:54:59 -06:00
machinery.py Issue #23911: Move path-based bootstrap code to a separate frozen module. 2015-05-02 19:15:18 -06:00
util.py Issue #23911: Move path-based bootstrap code to a separate frozen module. 2015-05-02 19:15:18 -06:00