From bdde508fa6fdf17546bfb05a664a39df6b890a07 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 9 Feb 2025 01:13:43 -0500 Subject: [PATCH] gh-112953: Update news to finish 3.13 as main (GH-129877) Entry for patch to 3.13.rc3 (cherry picked from commit f72977b2f4a29063ae3019e50360f4af869f4149) Co-authored-by: Terry Jan Reedy --- Lib/idlelib/News3.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 2735ad7e7e6c52..46cf93f6b5994e 100644 --- a/Lib/idlelib/News3.txt +++ b/Lib/idlelib/News3.txt @@ -4,6 +4,8 @@ Released after 2023-10-02 ========================= +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.