]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-129699: Add description to IDLE doc title (GH-129727) (#129865)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Feb 2025 19:42:43 +0000 (20:42 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 19:42:43 +0000 (19:42 +0000)
commit5c527f8ddc681d59fdb7d65104a2c4cb68b110a3
treef0487091d150d7d334ae9a4dd8925768d048db9c
parent1581c9d936a665dad9a5481ba880ac3b8fb2b824
[3.12] gh-129699: Add description to IDLE doc title (GH-129727) (#129865)

gh-129699: Add description to IDLE doc title (GH-129727)

Also extend the 'idlelib' section header. These additions affect both the displayed idle.html file and the contents.html file displayed by clicking the Complete table of contents link on the main docs.python.org page. (The module index entries are generated from the module name and synopsis within module files.)
---------

(cherry picked from commit 33a7094aa680bca66582fec4dcda7d150eb90cd8)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/idle.rst
Lib/idlelib/help.html
Lib/idlelib/help.py
Lib/idlelib/idle_test/test_help.py