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 eryksun
Recipients eryk sun, eryksun, frostyelsa, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-12-22.00:19:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482365975.09.0.933716289674.issue29014@psf.upfronthosting.co.za>
In-reply-to
Content
> I did that, and now all the options are gone.

Removing the broken HKLM entry shouldn't have removed all of the options. The "Edit with IDLE" menu should be there as long as Python.File is selected for the file association. It's defined for the current user on your system, under the following key:

    HKCU\SOFTWARE\Classes\Python.File\Shell\editwithidle
History
Date User Action Args
2016-12-22 00:19:35eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, eryk sun, frostyelsa
2016-12-22 00:19:35eryksunsetmessageid: <1482365975.09.0.933716289674.issue29014@psf.upfronthosting.co.za>
2016-12-22 00:19:35eryksunlinkissue29014 messages
2016-12-22 00:19:35eryksuncreate