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 niacdoial
Recipients niacdoial, steve.dower, tim.golden, zach.ware
Date 2015-02-28.07:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425110367.06.0.532868119558.issue23546@psf.upfronthosting.co.za>
In-reply-to
Content
hello,
pep 397 describes a "Python launcher for the Windows platform.
    A Python launcher is a single executable which uses a number of 
    heuristics to locate a Python executable and launch it with a
    specified command line."

Problem: that affects only the "open" file action behavior, and not the "EDIT with idle" file action behavior, and then it is the last installed IDLE who wins.
the problem is not the IDLE changes themselves, but that one version's IDLE can only run the edited script in its version, and ignoring the shebang.

Could the windows installer install a third executable (for ex: pyi.exe)
which launch the correct IDLE according to the shebang line of the edited file?
Or maybe it should be done using "pyw.exe /edit <filepath>"...

Than you for reading this and have a nice day/evening!
History
Date User Action Args
2015-02-28 07:59:27niacdoialsetrecipients: + niacdoial, tim.golden, zach.ware, steve.dower
2015-02-28 07:59:27niacdoialsetmessageid: <1425110367.06.0.532868119558.issue23546@psf.upfronthosting.co.za>
2015-02-28 07:59:26niacdoiallinkissue23546 messages
2015-02-28 07:59:26niacdoialcreate