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 Shane Smith, paul.moore, steve.dower, terry.reedy, tim.golden, veky, zach.ware
Date 2017-01-11.16:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484152837.14.0.356602158389.issue27603@psf.upfronthosting.co.za>
In-reply-to
Content
More user choice here is actually an incredibly huge burden. Managing file associations across a range of versions, many of which can no longer be updated, is hard enough without offering options. Not to mention the extra user interface required.

Personally, I'd rather the options be third party installers or tools. There's nothing stopping someone making an idle "installer" that sets up context menus and default actions however it likes. It would probably break uninstall/upgrade scenarios for the core Python install, but at least it's not a burden on our (very few) volunteers to diagnose, fix and prevent.

If or when the shell extension takes over the context menu (currently blocked on someone volunteering to do the implementation and testing), it may be possible to have registry keys to change the behavior. But I wouldn't count on it being highly configurable - that's not the aim of the main distro.
History
Date User Action Args
2017-01-11 16:40:37steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware, veky, Shane Smith
2017-01-11 16:40:37steve.dowersetmessageid: <1484152837.14.0.356602158389.issue27603@psf.upfronthosting.co.za>
2017-01-11 16:40:37steve.dowerlinkissue27603 messages
2017-01-11 16:40:37steve.dowercreate