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.

classification
Title: Python launcher options enhancement
Type: enhancement Stage: resolved
Components: Windows Versions: Python 3.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Let launcher autoselect best 32-bit Python on 64-bit system
View: 25636
Assigned To: Nosy List: edienerlee, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2016-01-10 21:24 by edienerlee, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg257940 - (view) Author: Edward (edienerlee) Date: 2016-01-10 21:24
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
2022-04-11 14:58:26adminsetgithub: 70266
2016-01-11 07:10:47eryksunsetstatus: open -> closed
superseder: Let launcher autoselect best 32-bit Python on 64-bit system
resolution: duplicate
stage: resolved
2016-01-10 21:24:42edienerleecreate