cpython/Lib/importlib
Brett Cannon 5e8b04eefb Issue #21052: Don't raise ImportWarning for sys.meta_path or
sys.path_hooks when set to None during interpreter shutdown.

Thanks to Martin Panter for the initial bug report.
2014-10-10 10:54:28 -04:00
..
__init__.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
_bootstrap.py Issue #21052: Don't raise ImportWarning for sys.meta_path or 2014-10-10 10:54:28 -04:00
abc.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00
machinery.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
util.py Issue #20383: Introduce importlib.util.module_from_spec(). 2014-05-30 14:55:29 -04:00