[issue25148] Windows registry PythonCore key changed inconsistent with other releases

Steve Dower report at bugs.python.org
Sun Dec 20 03:17:05 EST 2015


Steve Dower added the comment:

The per-user installs collide without the name change, and since those are now the default, it's important to have the change. The redirection you refer to only occurs for HKLM and not HKCU.

The launcher was updated and tested to find all versions. If there's a bug here, it's in the launcher and not the registry key. The special case for the -32 suffix is still there, but it is not invoked for 3.5. Earlier versions will still check '3.4' and reject it based on the python.exe bitness when -3.4-32 is provided.

----------

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


More information about the Python-bugs-list mailing list