[New-bugs-announce] [issue14578] importlib doesn't check Windows registry for paths

Brett Cannon report at bugs.python.org
Sat Apr 14 19:07:07 CEST 2012


New submission from Brett Cannon <brett at 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 <report at bugs.python.org>
<http://bugs.python.org/issue14578>
_______________________________________


More information about the New-bugs-announce mailing list