Message416855
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
``` |
|
Date |
User |
Action |
Args |
2022-04-06 11:06:59 | Dutcho | set | recipients:
+ Dutcho, paul.moore, tim.golden, zach.ware, steve.dower |
2022-04-06 11:06:59 | Dutcho | set | messageid: <1649243219.63.0.664316094201.issue47239@roundup.psfhosted.org> |
2022-04-06 11:06:59 | Dutcho | link | issue47239 messages |
2022-04-06 11:06:59 | Dutcho | create | |
|