diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-10-28 05:42:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-28 05:42:48 (GMT) |
commit | 09953141b9eb4c42fdf366d084f4f328ddbc0dc8 (patch) | |
tree | 6d248476d4d4acc7d26583135146e085f1c68002 /Misc/NEWS.d | |
parent | 9dfbcf83c66ddcb2c8f2451cb3e65c5036bdec84 (diff) | |
download | cpython-09953141b9eb4c42fdf366d084f4f328ddbc0dc8.zip cpython-09953141b9eb4c42fdf366d084f4f328ddbc0dc8.tar.gz cpython-09953141b9eb4c42fdf366d084f4f328ddbc0dc8.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.
(cherry picked from commit db40cb50eb823b8ef9040b1c9bf31a7475d94d39)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc/NEWS.d')
-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. |