This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, larry
Date 2014-02-26.23:28:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393457320.34.0.833965611924.issue20789@psf.upfronthosting.co.za>
In-reply-to
Content
changeset 89406:5dec1604322c tip



Issue #20763: Fix importlib.machinery.PathFinder to support
PathEntryFinder instances which only define find_module().

Reported by Yukihiro Nakadaira. [#20763]
author	Brett Cannon <brett@python.org>
date	Wed, 26 Feb 2014 18:26:49 -0500 (19 seconds ago)
parents	1a38fa1f701d
children	
files	Lib/importlib/_bootstrap.py Lib/test/test_importlib/import_/test_path.py Python/importlib.h
diffstat	 3 files changed, 26 insertions(+), 2 deletions(-) [+]


Left out Misc/NEWS to prevent bad merging into 3.4.0final.
History
Date User Action Args
2014-02-26 23:28:40brett.cannonsetrecipients: + brett.cannon, larry
2014-02-26 23:28:40brett.cannonsetmessageid: <1393457320.34.0.833965611924.issue20789@psf.upfronthosting.co.za>
2014-02-26 23:28:40brett.cannonlinkissue20789 messages
2014-02-26 23:28:39brett.cannoncreate