From 80d5044610ac47732c95f9c06babfdcf7e79a9e7 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 9 Feb 2025 00:49:03 -0500 Subject: [PATCH] gh-112953: Update news to finish 3.13 as main Entry for patch to 3.13.rc3 --- Lib/idlelib/News3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 37ff93f9866e3c..f5f3a5305a398c 100644 --- a/Lib/idlelib/News3.txt +++ b/Lib/idlelib/News3.txt @@ -4,6 +4,8 @@ Released on 2024-10-xx ========================= +gh-120104: Fix padding in config and search dialog windows in IDLE. + 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.