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 gvanrossum
Recipients gvanrossum, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-16.01:02:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605488521.14.0.00117878681965.issue42365@roundup.psfhosted.org>
In-reply-to
Content
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.)
History
Date User Action Args
2020-11-16 01:02:01gvanrossumsetrecipients: + gvanrossum, paul.moore, tim.golden, zach.ware, steve.dower
2020-11-16 01:02:01gvanrossumsetmessageid: <1605488521.14.0.00117878681965.issue42365@roundup.psfhosted.org>
2020-11-16 01:02:01gvanrossumlinkissue42365 messages
2020-11-16 01:02:00gvanrossumcreate