]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-57795: Add news to idlelib/News3.txt (#113522)
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 27 Dec 2023 20:51:49 +0000 (15:51 -0500)
committerGitHub <noreply@github.com>
Wed, 27 Dec 2023 20:51:49 +0000 (15:51 -0500)
Lib/idlelib/News3.txt

index 308865d968814cea11d819b9b312ca91522bb67e..f38cc96eceb76648faf1e3e8304a5c066e83b10a 100644 (file)
@@ -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.