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 steve.dower
Recipients Dutcho, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-04-06.14:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649255125.82.0.521159705108.issue47239@roundup.psfhosted.org>
In-reply-to
Content
PR posted, and here's some sample output with the change:

C:\> py.exe --list
  *               Active venv
 -V:3.11          Python 3.11 (Store)
 -V:3.10          Python 3.10 (Store)
 -V:3.10-32       Python 3.10 (32-bit)
 -V:3.9           Python 3.9 (64-bit)
 -V:3.9-32        Python 3.9 (32-bit)
 -V:3.8           Python 3.8 (64-bit)
 -V:3.7           Python 3.7 (64-bit)
 -V:ContinuumAnalytics/Anaconda38-64 Anaconda 2021.05
 -V:ContinuumAnalytics/Anaconda37-64 Anaconda py37_4.8.3

C:\> py.exe --list-paths
  *               C:\Temp\env310\Scripts\python_d.exe
 -V:3.11          C:\Users\steve\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.11_3847v3x7pw1km\python.exe
 -V:3.10          C:\Users\steve\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_3847v3x7pw1km\python.exe
 -V:3.10-32       C:\Users\steve\AppData\Local\Programs\Python\Python310-32\python.exe
 -V:3.9           C:\Users\steve\AppData\Local\Programs\Python\Python39\python.exe
 -V:3.9-32        C:\Users\steve\AppData\Local\Programs\Python\Python39-32\python.exe
 -V:3.8           C:\Python38\python.exe
 -V:3.7           C:\Python37\python.exe
 -V:ContinuumAnalytics/Anaconda38-64 C:\Users\steve\Anaconda3\python.exe
 -V:ContinuumAnalytics/Anaconda37-64 C:\Users\steve\Miniconda3\python.exe
History
Date User Action Args
2022-04-06 14:25:25steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, Dutcho
2022-04-06 14:25:25steve.dowersetmessageid: <1649255125.82.0.521159705108.issue47239@roundup.psfhosted.org>
2022-04-06 14:25:25steve.dowerlinkissue47239 messages
2022-04-06 14:25:25steve.dowercreate