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
3 changes: 3 additions & 0 deletions Doc/library/idle.rst
8000
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ IDLE --- Python editor and shell
single: Python Editor
single: Integrated Development Environment

..
Remember to update Lib/idlelib/help.html with idlelib.help.copy_source() when modifying this file.

--------------

IDLE is Python's Integrated Development and Learning Environment.
Expand Down
3 changes: 3 additions & 0 deletions Lib/idlelib/News3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Released on 2024-10-07

gh-120104: Fix padding in config and search dialog windows in IDLE.

gh-129873: Simplify displaying the IDLE doc by only copying the text
section of idle.html to idlelib/help.html. Patch by Stan Ulbrych.

gh-120083: Add explicit black IDLE Hovertip foreground color needed for
recent macOS. Fixes Sonoma showing unreadable white on pale yellow.
Patch by John Riggles.
Expand Down
Loading
Loading
0