]> granicus.if.org Git - python/commit
Remove some dead code in importlib, introduced with the PEP 451 patch.
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 19 Dec 2013 06:35:15 +0000 (23:35 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Thu, 19 Dec 2013 06:35:15 +0000 (23:35 -0700)
commit61e851baca37e81f60754e943f11b856e9fbef6e
tree20221ffae969f100ad05a2082ceb24965232f8b5
parentfc45f173a3485b024a96f6e891db08efdaf34722
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. :)
Lib/importlib/_bootstrap.py
Python/importlib.h