]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-129876: Move misplaced IDLE news item (GH-141118) (#141119)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 6 Nov 2025 08:34:06 +0000 (00:34 -0800)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 08:34:06 +0000 (03:34 -0500)
gh-129876: Move misplaced IDLE news item (GH-141118)
(cherry picked from commit 6a7c969d003d3ba932d5c7f14a58e2a6408f4a3d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/News3.txt

index 30784578cc637fc74bc16b9340a3578486e42f81..53d83762f99ec5df7107993cd84ce1f92f69c9b0 100644 (file)
@@ -4,6 +4,9 @@ Released on 2025-10-07
 =========================
 
 
+gh-129873: Simplify displaying the IDLE doc by only copying the text
+section of idle.html to idlelib/help.html. Patch by Stan Ulbrych.
+
 gh-112936: IDLE - Include Shell menu in single-process mode,
 though with Restart Shell and View Last Restart disabled.
 Patch by Zhikang Yan.
@@ -26,9 +29,6 @@ Released on 2024-10-07
 
 gh-120104: Fix padding in config and search dialog windows in IDLE.
 
-gh-129873: Simplify displaying the IDLE doc by only copying the text
-section of idle.html to idlelib/help.html. Patch by Stan Ulbrych.
-
 gh-120083: Add explicit black IDLE Hovertip foreground color needed for
 recent macOS. Fixes Sonoma showing unreadable white on pale yellow.
 Patch by John Riggles.