New submission from jha.amit6666:

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.

----------
components: Windows
messages: 284608
nosy: jha.amit6666, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: registry value to be cleared when python is uninstalled
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29147>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to