[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-12-05 Thread Larry Hastings
Larry Hastings added the comment: Fixed in 3.5.1 final. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-12-02 Thread Steve Dower
Steve Dower added the comment: As you can see, I've now pushed to the main 3.5 branch, so feel free to cherry-pick from there or give me the word and I'll graft it into the releasing repo for you. I also forward merged all the 3.5.1 NEWS into default. Not sure how that normally happens, but i

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-12-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8537ec50c254 by Steve Dower in branch '3.5': Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect logic for launcher detection. https://hg.python.org/cpython/rev/8537ec50c254 -- nosy: +python-dev

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-12-02 Thread Larry Hastings
Larry Hastings added the comment: You can have it in 3.5.1, and we can negotiate about how to get it in. -- ___ Python tracker ___ ___

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-11-25 Thread Steve Dower
Steve Dower added the comment: Man, dealing with the launcher is hard. But I've got it about as good as I can: * when installing 3.5.1 over 3.5.0, user has the option to update/not update the launcher (no option to uninstall at that time) * after installing 3.5.1, launcher can be added via Modi

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-11-24 Thread Steve Dower
Steve Dower added the comment: Launcher detection still isn't quite right - another patch coming. -- ___ Python tracker ___ ___ Python

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-11-24 Thread Steve Dower
Steve Dower added the comment: Fix attached: * moves the UI update to the correct time (*after* we've detected the path) * fixes a launcher detection issue I noticed * removes a duplicated function -- keywords: +patch Added file: http://bugs.python.org/file41152/25715_1.patch __

[issue25715] Python 3.5.1 installer shows wrong upgrade path

2015-11-23 Thread Steve Dower
New submission from Steve Dower: When launching the installer to upgrade from a Python 3.5.0 install to 3.5.1, the path shown on the Install button is incorrect. Clicking the button installs to the correct location. This is a regression from 3.5.0 that will cause a lot of confusion. It ought t