[issue29014] Python 3.5.2 installer doesn't register IDLE .py extensions on Windows 10

eryk sun report at bugs.python.org
Tue Dec 20 18:36:55 EST 2016


eryk sun added the comment:

> There's no reason to for IDLE to be a system-level association if 
> the user has not chosen the association

Ok, to clarify, SystemFileAssociations can be defined in either the system or user hive. It's fine if the IDLE menu is added this way when it's done just for the current user (perhaps with an addition option in the installer). The problem is setting it in the system hive for a per-machine install because an individual user won't be able to disable the menu.

> I'd rather figure out adding an "Open With" entry for IDLE

As you've suggested before, that requires bundling an idle.exe launcher.

----------

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


More information about the Python-bugs-list mailing list