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 damon-atkins, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-29.16:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501346593.98.0.592003481581.issue31077@psf.upfronthosting.co.za>
In-reply-to
Content
The Windows installer for example titles the software as
Display Name:Python 3.5.3 (64-bit)
Display Version: 3.5.3150.0
The default install folder is
C:\Program Files\Python35

There is no consistency

It looks like the 3150 been shorten to 3
If you look at Python 2.7.2 it has a display version of 2.7.13150

Suggest
Display Name:Python 3.5 (64-bit)
Display Version: 3.5.3150.0
C:\Program Files\Python3.5 or C:\Program Files\Python3.5.3150
OR
Display Name:Python 3.5.3150 (64-bit)
Display Version: 3.5.3150.0
C:\Program Files\Python3.5.3150
OR
Display Name:Python 3.5.3 (64-bit)
Display Version: 3.5.3.3150
C:\Program Files\Python3.5.3

Alse seems that Python 3 installer is placing one entery in the 'Users' registry for uninstall and the rest of the entries in 'System' registry for uninstall

I suggest if the files are installed in C:\Program Files then their should be no  'User' registry entries.
History
Date User Action Args
2017-07-29 16:43:14damon-atkinssetrecipients: + damon-atkins, paul.moore, tim.golden, zach.ware, steve.dower
2017-07-29 16:43:13damon-atkinssetmessageid: <1501346593.98.0.592003481581.issue31077@psf.upfronthosting.co.za>
2017-07-29 16:43:13damon-atkinslinkissue31077 messages
2017-07-29 16:43:13damon-atkinscreate