New submission from Brett Cannon:

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 <br...@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.

----------
assignee: larry
components: Interpreter Core
messages: 212326
nosy: brett.cannon, larry
priority: release blocker
severity: normal
status: open
title: [3.4] cherrypick 5dec1604322c
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20789>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to