New submission from Guido van Rossum <gu...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue42365>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to