[issue14578] importlib doesn't check Windows registry for paths

Eric Snow report at bugs.python.org
Sat Apr 14 19:32:54 CEST 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

Yeah, that's one part of imp.find_module that I kind of set aside too (the #ifdef MS_COREDLL sections in Python/import.c).  For now would it be sufficient to expose _PyWin_FindRegisteredModule() privately with a wrapper in the imp module?

----------

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


More information about the Python-bugs-list mailing list