diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2018-10-28 05:21:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 05:21:36 (GMT) |
commit | db40cb50eb823b8ef9040b1c9bf31a7475d94d39 (patch) | |
tree | 5bb86d57b5f0707a028536d860a3cfd8ac5b400c /Misc | |
parent | aeb1be5868623c9cd9cf6d7de3015a43fb005815 (diff) | |
download | cpython-db40cb50eb823b8ef9040b1c9bf31a7475d94d39.zip cpython-db40cb50eb823b8ef9040b1c9bf31a7475d94d39.tar.gz cpython-db40cb50eb823b8ef9040b1c9bf31a7475d94d39.tar.bz2 |
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
There is only one trivial change to idle.rst. Nearly all the changes to help.html are the elimination of chapter and section numbers on headers due to changes in the build system. help.py no longer requires header numbering.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-10-28-00-08-42.bpo-35087.G7gx2-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-10-28-00-08-42.bpo-35087.G7gx2-.rst b/Misc/NEWS.d/next/IDLE/2018-10-28-00-08-42.bpo-35087.G7gx2-.rst new file mode 100644 index 0000000..0fd2669 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-10-28-00-08-42.bpo-35087.G7gx2-.rst @@ -0,0 +1,2 @@ +Update idlelib help files for the current doc build. The main change is the +elimination of chapter-section numbers. |