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-21.23:58:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482364729.02.0.330966777224.issue29014@psf.upfronthosting.co.za>
In-reply-to
Content
To remove the broken "Edit with IDLE" entry, open an elevated (administrator) command prompt and run the following:

    reg delete "HKLM\SOFTWARE\Classes\Python.File\shell\Edit with IDLE" /f
History
Date User Action Args
2016-12-21 23:58:49eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, eryk sun, frostyelsa
2016-12-21 23:58:49eryksunsetmessageid: <1482364729.02.0.330966777224.issue29014@psf.upfronthosting.co.za>
2016-12-21 23:58:49eryksunlinkissue29014 messages
2016-12-21 23:58:48eryksuncreate