[issue28251] Help manuals do not appear in Windows search

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +983 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue28251] Help manuals do not appear in Windows search

2016-10-03 Thread Steve Dower
Changes by Steve Dower : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue28251] Help manuals do not appear in Windows search

2016-09-22 Thread Steve Dower
Steve Dower added the comment: Fixed both the installation link and the bad javascript in the chm files. I also changed the changelog link to an internal link for the latest version and external for older versions (otherwise we were going to the web version which has JS that the HTML Help View

[issue28251] Help manuals do not appear in Windows search

2016-09-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 45ba976b7064 by Steve Dower in branch '3.5': Issue #28251: Improvements to help manuals on Windows. https://hg.python.org/cpython/rev/45ba976b7064 New changeset e703c3a390f7 by Steve Dower in branch '3.6': Issue #28251: Improvements to help manuals

[issue28251] Help manuals do not appear in Windows search

2016-09-22 Thread Steve Dower
New submission from Steve Dower: On Windows 10, you can't search in the start menu for the HTML Help manuals. This annoys me so much I'm going to figure out a way fix it :) -- assignee: steve.dower components: Windows messages: 277240 nosy: paul.moore, steve.dower, tim.golden, zach.ware