GH-139436: Remove PDF and CHM from IDLE HelpSource#140418
GH-139436: Remove PDF and CHM from IDLE HelpSource#140418AA-Turner merged 1 commit intopython:mainfrom
Conversation
Remove PDF and CHM references from IDLE help file browser and config. Co-Authored-By: Claude <noreply@anthropic.com>
|
Is this correct? -- while the .pdf removal (1 line of the diff) was backported, the .chm removal was not, so that this should not backported? |
|
@terryjreedy I'm not sure I follow, sorry. I'm on mobile and don't have the issue to hand, sorry, but I understand that we stopped bundling CHM years ago? I don't think it's included on any supported branch, from memory. A |
|
Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
|
Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
GH-142551 is a backport of this pull request to the 3.13 branch. |
|
GH-142552 is a backport of this pull request to the 3.14 branch. |
|
I checked my 3.13 and 3.14 installed IDLE (Windows) and F1 for each opens the local html python doc index in installdir/html. So I am sure that backport is right. Will set to automerge. |
cc @terryjreedy
I also removed some other references to CHM, which we no longer support/install.
A