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 paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-05-19.22:16:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463696177.85.0.947454947928.issue27064@psf.upfronthosting.co.za>
In-reply-to
Content
LGTM.

The launcher is in a bit of a funny place wrt versioning, as it is now somewhat independent from the Python version it is installed with:

* won't be downgraded by 3.5 (3.4 will still stomp over the file itself)
* has a separate entry in Programs & Features
* won't be uninstalled by the regular Python installer
* (theoretically can be installed separately, but since we don't link to the MSI... ;) )
* this includes alpha/beta releases of 3.6

So I wouldn't have an issue with this going into 3.5, in the same way that we will update the bundled setuptools/pip in minor releases, but since we don't have an official OK for that just putting it into 3.6 is fine.
History
Date User Action Args
2016-05-19 22:16:17steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2016-05-19 22:16:17steve.dowersetmessageid: <1463696177.85.0.947454947928.issue27064@psf.upfronthosting.co.za>
2016-05-19 22:16:17steve.dowerlinkissue27064 messages
2016-05-19 22:16:17steve.dowercreate