]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129699: Add description to IDLE doc title (GH-129727) (#129864)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Feb 2025 20:14:47 +0000 (21:14 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Feb 2025 20:14:47 +0000 (20:14 +0000)
commit3cf859056a6e745cf056a9cb8b04e367bcbf5409
tree9ced58282133642de05f9496112a61cb89c50b5a
parent9497e9d77d90a887fa5586070b551a16273cbc38
[3.13] gh-129699: Add description to IDLE doc title (GH-129727) (#129864)

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