Brett Cannon added the comment:

The problem is that the PEP 451 switch accidentally cut out compatibility code 
for PathEntryFinder.find_module() since Python 3.3 started the transition to 
find_loader(). Adding a bit of code to 
http://hg.python.org/cpython/file/8ac9c3754d33/Lib/importlib/_bootstrap.py#l1865
 and a test will fix it.

----------

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

Reply via email to