8000 gh-129873: IDLE: Improve help.py's method of parsing HTML by StanFromIreland · Pull Request #129859 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-129873: IDLE: Improve help.py's method of parsing HTML #129859

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

Merged
merged 11 commits into from
Feb 9, 2025
Prev Previous commit
Next Next commit
Add blurb
  • Loading branch information
terryjreedy committed Feb 9, 2025
commit a3e99be46cc1af1f4066b713e8deee1f4f5a976c
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Simplify displaying the IDLE doc by only copying the text section of
idle.html to idlelib/help.html.
0