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 eryksun
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-09-12.12:24:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> -3.7-32-32     C:\Python37_x86\python.exe
> -3.6-32-32     C:\Python36_x86\python.exe
> -3.5-32-32     C:\Python35_x86\python.exe

MAX_VERSION_SIZE was increased, so the INSTALLED_PYTHON version string is now the full registry key name with the "-32" suffix. If that's intentional, you'll have to account for it in show_python_list. But I don't think the "-32" suffix belongs in the version string.
History
Date User Action Args
2019-09-12 12:24:06eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower
2019-09-12 12:24:06eryksunsetmessageid: <[email protected]>
2019-09-12 12:24:06eryksunlinkissue38133 messages
2019-09-12 12:24:06eryksuncreate