From 6c98fce33a4c2d6671978f6286377af0d6e22182 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 27 Dec 2023 15:51:49 -0500 Subject: [PATCH] gh-57795: Add news to idlelib/News3.txt (#113522) --- Lib/idlelib/News3.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 308865d9688..f38cc96eceb 100644 --- a/Lib/idlelib/News3.txt +++ b/Lib/idlelib/News3.txt @@ -4,7 +4,11 @@ Released on 2024-10-xx ========================= +gh-57795: Enter selected text into the Find box when opening +a Replace dialog. Patch by Roger Serwy and Zackery Spytz. + gh-113269: Fix test_editor hang on macOS Catalina. +Patch by Terry Reedy. gh-112939: Fix processing unsaved files when quitting IDLE on macOS. Patch by Ronald Oussoren and Christopher Chavez.