summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-12-27 21:10:39 (GMT)
committerGitHub <noreply@github.com>2023-12-27 21:10:39 (GMT)
commita486d10fc6a23df098f259147e43de6d9dd00dd9 (patch)
tree41350fc5de13b1af3c01f7ee4b049964db55dedc
parentf9d25b56e12b9db689770ebf705a34e001597131 (diff)
downloadcpython-a486d10fc6a23df098f259147e43de6d9dd00dd9.zip
cpython-a486d10fc6a23df098f259147e43de6d9dd00dd9.tar.gz
cpython-a486d10fc6a23df098f259147e43de6d9dd00dd9.tar.bz2
[3.11] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113524)
gh-57795: Add news to idlelib/News3.txt (GH-113522) (cherry picked from commit 6c98fce33a4c2d6671978f6286377af0d6e22182) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
-rw-r--r--Lib/idlelib/News3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt
index cf6a97b..5885a8e 100644
--- a/Lib/idlelib/News3.txt
+++ b/Lib/idlelib/News3.txt
@@ -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.