Brett Cannon added the comment:

The importers can both find and load modules (e.g. BuiltinImporter defines both 
find_module() and load_module()), while the finders only find modules (e.g. 
only define find_module()). It's defined in the glossary, so maybe more links 
to that would help.

----------

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

Reply via email to