-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Background
I have installed pymanager from winget but I believe this question is independent from the installer mechanism.
Details
I would like to see the Python patch version when looking at the py --list
output. Currently, it only shows the Major.Minor version numbers.
C:\Users\User>pymanager --list
-V:3.13 * Python 3.13 (64-bit)
-V:3.12 Python 3.12 (64-bit)
-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.14 Python 3.14 (64-bit)
Are there any plans to display the installed versions as 3.13.7
instead? I don't think it matters as much for use in py -3.13
style invocations, but at least in the list of installed versions, this information could be useful and/or important (esp. with regard to knowing "do I have the latest security patch installed or not?").
I opened this as a question instead of a feature request because I couldn't find any previous discussions on this, though I assume it must have happened somewhere before (considering the patch is explicitly not shown) and I'm just unable to find it here.