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 damon-atkins
Recipients Markus Kramer, damon-atkins, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-08-04.19:07:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501873626.13.0.815789687918.issue31103@psf.upfronthosting.co.za>
In-reply-to
Content
To Summaries
A)
Name/DisplayName "Python 3.X (64-bit)" or "Python 3.X.Y" (64-bit) "Python 3.X (64-bit)" would match the install directory which is \Python3X (this should be \Python3.X)

Display Version should start with 3.X.Y or 3.X.Y.<build number>

version DWORD in the registry does not need to be set but if set would need to be 3.X.Y
B) Registry being placed in in the wrong location
HKU\<User-SID>\Software\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}
should be going into
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall

C) Suggest the default install dir is
"c:\Program Files\Python3.6" instead of "c:\Program Files\Python36"
History
Date User Action Args
2017-08-04 19:07:06damon-atkinssetrecipients: + damon-atkins, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, Markus Kramer
2017-08-04 19:07:06damon-atkinssetmessageid: <1501873626.13.0.815789687918.issue31103@psf.upfronthosting.co.za>
2017-08-04 19:07:06damon-atkinslinkissue31103 messages
2017-08-04 19:07:05damon-atkinscreate