10000 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
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
Loading
Loading
0