]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commit26dd0ff075bcfcdc6eebe584dce55dfd2f1b1537
treef6f258474b3045c3f05a1b2d59b38a92255a0620
parentd44cebb0f50b7c541691b9516c5c1717d2a510b1
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