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 jha.amit6666
Recipients jha.amit6666, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-04.04:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483505292.36.0.945723017008.issue29147@psf.upfronthosting.co.za>
In-reply-to
Content
I have installed python 3.5 on Windows and then uninstalled it. THe registry value HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\3.5 is still present.

This is solved in python 3.6. So the work to be done here is: if there was any previous version of python installed and not present now, then the registry values should be cleared.

The behaviour of uninstallation of Python 3.6 is that the registry value is cleared.
History
Date User Action Args
2017-01-04 04:48:12jha.amit6666setrecipients: + jha.amit6666, paul.moore, tim.golden, zach.ware, steve.dower
2017-01-04 04:48:12jha.amit6666setmessageid: <1483505292.36.0.945723017008.issue29147@psf.upfronthosting.co.za>
2017-01-04 04:48:12jha.amit6666linkissue29147 messages
2017-01-04 04:48:11jha.amit6666create