[docs] [issue16386] imp.find_module does not specify registry key it searches on windows

Andrew Svetlov report at bugs.python.org
Thu Nov 15 16:35:24 CET 2012


Andrew Svetlov added the comment:

I think much more important to mention registry key in http://docs.python.org/3/library/importlib.html#importlib.machinery.WindowsRegistryFinder 
``imp`` is private module to access implementation internals but ``importlib`` is public interface to import system

----------
nosy: +asvetlov

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16386>
_______________________________________


More information about the docs mailing list