[New-bugs-announce] [issue42365] Python launcher: sort order in "Installed versions" off with 3.10

Guido van Rossum report at bugs.python.org
Sun Nov 15 20:02:01 EST 2020


New submission from Guido van Rossum <guido at python.org>:

I installed Python 3.10 on Windows and now the sort order of the versions printed by `py -0` is kind of weird:
```
Installed Pythons found by C:\WINDOWS\py.exe Launcher for Windows
 -3.9-64 *
 -3.8-64
 -3.7-64
 -3.6-64
 -3.5-64
 -3.10-64
```
I'm guessing we're going to have to parse the versions...

(I accidentally first reported this in https://github.com/brettcannon/python-launcher/issues/42.)

----------
components: Windows
messages: 381049
nosy: gvanrossum, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Python launcher: sort order in "Installed versions" off with 3.10
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42365>
_______________________________________


More information about the New-bugs-announce mailing list