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 steve.dower
Recipients eryksun, gladman, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-08-11.18:09:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439316559.22.0.0282162227433.issue24843@psf.upfronthosting.co.za>
In-reply-to
Content
I'm afraid there's no easy way to revert it. I may get to invest the time for 3.6's launcher[1] to make it available in Default Programs, but I've always struggled to get that to work properly.

Explorer should always use the per-user command if it's there, and it's basically the responsibility of users to not change it if they don't want it to change.

[1] The launcher owns the shortcut, not the core Python installation - the separation is only important to users in that if you don't include the launcher you don't get the association, and if you install the launcher for all users then the shortcut is for all users.

(Also cleared the Versions field, since Python 3.4 creates the correct association too. Preventing user customization on a user's machine is not something we're going to get into, but that's the only way to "solve" this problem.)
History
Date User Action Args
2015-08-11 18:09:19steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, gladman
2015-08-11 18:09:19steve.dowersetmessageid: <1439316559.22.0.0282162227433.issue24843@psf.upfronthosting.co.za>
2015-08-11 18:09:19steve.dowerlinkissue24843 messages
2015-08-11 18:09:18steve.dowercreate