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 jcrmatos
Recipients jcrmatos, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-11-01.15:30:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478014230.39.0.722772574854.issue28576@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

The GUI uninstall removes the prepended paths w/o requiring a reboot, so I see no reason why the /uninstall method shouldn't do it too.

I did try to reboot afterwards, but the paths remain.

I also tested on another PC, with Windows 8.1 x64, with the same results.

What is strange is that the /uninstall method removes the .PY and .PYW from the PATHEXT env var, but keeps the prepended paths.
I attached the logs as requested.

All tries were made using using

python-3.5.2.exe InstallAllUsers=1 CompileAll=1 InstallLauncherAllUsers=0 PrependPath=1 /passive

for installation and

python-3.5.2.exe /uninstall

for uninstallation.

Best regards,

JM
History
Date User Action Args
2016-11-01 15:30:30jcrmatossetrecipients: + jcrmatos, paul.moore, tim.golden, zach.ware, steve.dower
2016-11-01 15:30:30jcrmatossetmessageid: <1478014230.39.0.722772574854.issue28576@psf.upfronthosting.co.za>
2016-11-01 15:30:30jcrmatoslinkissue28576 messages
2016-11-01 15:30:30jcrmatoscreate