]> granicus.if.org Git - python/commit
Issue #15502: Finish bringing importlib.abc in line with the current
authorBrett Cannon <brett@python.org>
Fri, 10 Aug 2012 16:21:12 +0000 (12:21 -0400)
committerBrett Cannon <brett@python.org>
Fri, 10 Aug 2012 16:21:12 +0000 (12:21 -0400)
commitf4dc9204cc406ab41c2d643c1a64375a6a2954e5
treec0cf92198b707bac6a68b801305ad86b24eb814f
parent2d6266d5f148549979df024459e29b73307b86c4
Issue #15502: Finish bringing importlib.abc in line with the current
state of the import system. Also make importlib.invalidate_caches()
work with sys.meta_path instead of sys.path_importer_cache to
completely separate the path-based import system from the overall
import system.

Patch by Eric Snow.
Doc/library/importlib.rst
Lib/importlib/__init__.py
Lib/importlib/_bootstrap.py
Lib/importlib/abc.py
Lib/test/test_importlib/test_abc.py
Lib/test/test_importlib/test_api.py
Misc/NEWS
Python/importlib.h