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 bwanamarko, paul.moore, steve.dower, thijsvandien, tim.golden, zach.ware
Date 2015-09-22.22:17:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442960270.91.0.820577104828.issue25112@psf.upfronthosting.co.za>
In-reply-to
Content
The file associations are actually part of the launcher, which *technically* is independent of the Python install it is bundled with. So it doesn't have any references to the Python install directory, and double-clicking Python files with shebang lines will work properly.

For 3.5.1 I'm considering making the launcher an independent uninstall item (in response to another issue), so if you install 3.5.1 and then remove it, you can keep the launcher. For this to work, it has to be independent of the main install, so it can't refer to the DLLs directory.
History
Date User Action Args
2015-09-22 22:17:50steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, bwanamarko, thijsvandien
2015-09-22 22:17:50steve.dowersetmessageid: <1442960270.91.0.820577104828.issue25112@psf.upfronthosting.co.za>
2015-09-22 22:17:50steve.dowerlinkissue25112 messages
2015-09-22 22:17:50steve.dowercreate