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 edienerlee
Recipients edienerlee, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-10.21:24:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452461082.93.0.268338836984.issue26078@psf.upfronthosting.co.za>
In-reply-to
Content
The Python launcher in Windows is a neat tool for running multiple versions of Python 2 and Python 3 at different times. It allows as options the ability to specify the latest version of either Python 2 or Python 3 defaulting to the 64-bit version if both exist, or a specific 32-bit or 64-bit version of Python 2 or Python 3. What is missing is the ability to specify the latest 32-bit version of Python 2 or Python 3. The equivalent syntax would be '-2-32' or '-3-32'. Is there some reason why this option has been disallowed ? If not I would like to see this logical enhancement to the Python launcher in Windows added to its functionality.
History
Date User Action Args
2016-01-10 21:24:42edienerleesetrecipients: + edienerlee, paul.moore, tim.golden, zach.ware, steve.dower
2016-01-10 21:24:42edienerleesetmessageid: <1452461082.93.0.268338836984.issue26078@psf.upfronthosting.co.za>
2016-01-10 21:24:42edienerleelinkissue26078 messages
2016-01-10 21:24:41edienerleecreate