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

Loaders are not meant to have a find_module method; that is purely for finders 
which can be distinct objects. So having a namespace loader is expected and 
there is no expectation that it have a find_module method (actually almost all 
of the loaders in importlib lack a find_module method).

----------

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

Reply via email to