cpython/Lib/importlib
Brett Cannon efad00d520 Issue #14646: __import__() now sets __loader__ if need be.
importlib.util.module_for_loader also will set __loader__ along with
__package__. This is in conjunction to a forthcoming update to PEP 302
which will make these two attributes required for loaders to set.
2012-04-27 17:27:14 -04:00
..
test Issue #14646: __import__() now sets __loader__ if need be. 2012-04-27 17:27:14 -04:00
__init__.py Update importlib.invalidate_caches() to be more general. 2012-02-27 18:15:42 -05:00
_bootstrap.py Issue #14646: __import__() now sets __loader__ if need be. 2012-04-27 17:27:14 -04:00
abc.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. 2012-04-25 02:31:37 +02:00
machinery.py Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. 2012-04-25 02:31:37 +02:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00