0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
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
machinery.py
util.py