-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
GH-139436: Remove PDF and CHM from IDLE HelpSource #140418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Remove PDF and CHM references from IDLE help file browser and config. Co-Authored-By: Claude <[email protected]>
|
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. |
…0418) (cherry picked from commit c5825ff) Co-authored-by: Adam Turner <[email protected]>
…0418) (cherry picked from commit c5825ff) Co-authored-by: Adam Turner <[email protected]>
|
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