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 eryk sun, frostyelsa, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-12-20.05:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482211479.29.0.0640570098472.issue29014@psf.upfronthosting.co.za>
In-reply-to
Content
The Python launcher is the right app to select. Double-clicking .py files has always run them with the interpreter, but you will also get the right-click menu once they are associated with the launcher (this is what I meant by it being the single integration point).

There has never been a time when double-clicking a .py file has opened in IDLE by default after installing any release from python.org. Associating with idle.bat is the best way to achieve this as we do not include any other launcher (and we don't support using idle.bat either, though it should work and we'll try and help you if it doesn't, but it's not a core scenario for the main distribution).
History
Date User Action Args
2016-12-20 05:24:39steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, zach.ware, eryk sun, frostyelsa
2016-12-20 05:24:39steve.dowersetmessageid: <1482211479.29.0.0640570098472.issue29014@psf.upfronthosting.co.za>
2016-12-20 05:24:39steve.dowerlinkissue29014 messages
2016-12-20 05:24:38steve.dowercreate