]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113524)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Dec 2023 21:10:39 +0000 (22:10 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Dec 2023 21:10:39 +0000 (21:10 +0000)
gh-57795: Add news to idlelib/News3.txt (GH-113522)
(cherry picked from commit 6c98fce33a4c2d6671978f6286377af0d6e22182)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/News3.txt

index cf6a97bcf5f9504d35e8e512ea6f75f312ef20de..5885a8e6e24624adc71f5f92fac7414a98164ab2 100644 (file)
@@ -4,7 +4,11 @@ Released after 2022-10-24
 =========================
 
 
+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.