]> granicus.if.org Git - python/commit
Issue #20763: Fix importlib.machinery.PathFinder to support
authorBrett Cannon <brett@python.org>
Wed, 26 Feb 2014 23:26:49 +0000 (18:26 -0500)
committerBrett Cannon <brett@python.org>
Wed, 26 Feb 2014 23:26:49 +0000 (18:26 -0500)
commitd3acef9bf4658bfaee0b98b79d4c42406faf7b83
treeec14535bc2da15f88645ee353d1600d8f26b9e31
parent9fff849dbfe31642fac2e58d42e0ef73891f5c04
Issue #20763: Fix importlib.machinery.PathFinder to support
PathEntryFinder instances which only define find_module().

Reported by Yukihiro Nakadaira.
Lib/importlib/_bootstrap.py
Lib/test/test_importlib/import_/test_path.py
Python/importlib.h