Brett Cannon added the comment:

Actually there is one issue with PathEntryFinder inheriting from Finder; it 
doesn't need to implement find_module() if it doesn't want to in Python 3.3. So 
I will need to stick in a dummy find_module() on the class that calls 
find_loader() and then returns any found loader and tosses the namespace paths.

----------

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

Reply via email to