cpython/Lib/importlib
Brett Cannon ee78a2b51c Issue #13959: Introduce importlib.find_loader().
The long-term goal is to deprecate imp.find_module() in favour of this
API, but it will take some time as some APIs explicitly return/use what
imp.find_module() returns.
2012-05-12 17:43:17 -04:00
..
test Issue #13959: Introduce importlib.find_loader(). 2012-05-12 17:43:17 -04:00
__init__.py Issue #13959: Introduce importlib.find_loader(). 2012-05-12 17:43:17 -04:00
_bootstrap.py Issue #13959: Have 2012-05-11 14:48:41 -04:00
abc.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. 2012-04-25 02:31:37 +02:00
machinery.py Issue #13959: Deprecate imp.get_suffixes() for new attributes on 2012-05-11 12:58:42 -04:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00