New submission from Brett Cannon <br...@python.org>: Because I don't have access to Windows, importlib doesn't check the Windows registry for paths to search (see the use of _PyWin_FindRegisteredModule() in Python/import.c and its definition in PC/import_nt.c).
I am considering this a release blocker as once importlib is bootstrapped in this will be a regression that Windows users may not be happy with. ---------- components: Windows messages: 158265 nosy: brett.cannon priority: release blocker severity: normal stage: test needed status: open title: importlib doesn't check Windows registry for paths type: behavior versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14578> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com