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 Dutcho
Recipients Dutcho, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-04-06.11:06:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649243219.63.0.664316094201.issue47239@roundup.psfhosted.org>
In-reply-to
Content
If doing `py -list` in 3.11.0a7, a star "*" shows on 3.11, even though the default (set by environment variable PY_PYTHON) is 3.10, which `py -V` confirms

```
C:\>py --list
 -V:3.11 *        Python 3.11 (64-bit)
 -V:3.10          Python 3.10 (64-bit)
 -V:3.9           Python 3.9 (64-bit)
 -V:3.8           Python 3.8 (64-bit)

C:\>py -V
Python 3.10.4
```
History
Date User Action Args
2022-04-06 11:06:59Dutchosetrecipients: + Dutcho, paul.moore, tim.golden, zach.ware, steve.dower
2022-04-06 11:06:59Dutchosetmessageid: <1649243219.63.0.664316094201.issue47239@roundup.psfhosted.org>
2022-04-06 11:06:59Dutcholinkissue47239 messages
2022-04-06 11:06:59Dutchocreate