[issue15519] finish exposing WindowsRegistryImporter in importlib

Brett Cannon report at bugs.python.org
Wed Aug 1 16:57:17 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue15519>
_______________________________________


More information about the Python-bugs-list mailing list