cpython/Lib/importlib
Eric Snow 61e851baca Remove some dead code in importlib, introduced with the PEP 451 patch.
Early in the PEP 451 implementation some of the importlib loaders had
their own _get_spec() methods to simplify accommodating them.  However,
later implementations removed the need.  They simply failed to remove
this code at the same time. :)
2013-12-18 23:35:15 -07:00
..
__init__.py Issue 19851: Fix a regression in reloading submodules. 2013-12-09 19:59:10 -07:00
_bootstrap.py Remove some dead code in importlib, introduced with the PEP 451 patch. 2013-12-18 23:35:15 -07:00
abc.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
machinery.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
util.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00