[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Guido van Rossum
Guido van Rossum added the comment: Oops. :-) -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Zackery Spytz
Zackery Spytz added the comment: This seems like a duplicate of bpo-38506 (which already has a PR). -- nosy: +ZackerySpytz ___ Python tracker ___

[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Yash Shete
Yash Shete added the comment: I would like to try look into this problem. can you please point me into right direction, like: where and what to edit. I am not much experienced but i would like to try. thankyou -- nosy: +Pixmew ___ Python tracker

[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Guido van Rossum
New submission from Guido van Rossum : 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