This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2012-04-14.17:07:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334423227.55.0.616430347505.issue14578@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-14 17:07:07brett.cannonsetrecipients: + brett.cannon
2012-04-14 17:07:07brett.cannonsetmessageid: <1334423227.55.0.616430347505.issue14578@psf.upfronthosting.co.za>
2012-04-14 17:07:06brett.cannonlinkissue14578 messages
2012-04-14 17:07:06brett.cannoncreate