From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 9 Feb 2025 06:37:29 +0000 (+0100) Subject: [3.13] gh-112953: Update news to finish 3.13 as main (GH-129877) (#129878) X-Git-Tag: v3.13.3~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a288989bf06db3febe14f2505fefaf82a1a93bb;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-112953: Update news to finish 3.13 as main (GH-129877) (#129878) Entry for patch to 3.13.rc3 (cherry picked from commit f72977b2f4a29063ae3019e50360f4af869f4149) Co-authored-by: Terry Jan Reedy --- diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 37ff93f9866e..f5f3a5305a39 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.