Brett Cannon <br...@python.org> added the comment:

Right, you aren't getting ImpImporters because they are only used when a module 
doesn't define __loader__. But in Python 3.3, by default *all* modules get that 
attribute defined.

And yes, we could either tweak pkgutil to recognize FileFinder and special-case 
it or we can add the method and tweak the probably two or three places the 
method is called. It's a matter of effort.

----------

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

Reply via email to