[3.12] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113523)

https://github.com/python/cpython/commit/c1b396cdf3197581035c9a94f92d4151b2f... commit: c1b396cdf3197581035c9a94f92d4151b2f57e80 branch: 3.12 author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> committer: terryjreedy <tjreedy@udel.edu> date: 2023-12-27T21:05:59Z summary: [3.12] gh-57795: Add news to idlelib/News3.txt (GH-113522) (#113523) gh-57795: Add news to idlelib/News3.txt (GH-113522) (cherry picked from commit 6c98fce33a4c2d6671978f6286377af0d6e22182) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> files: M Lib/idlelib/News3.txt diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 6e72088028841f..a0624ab57b5d66 100644 --- a/Lib/idlelib/News3.txt +++ b/Lib/idlelib/News3.txt @@ -4,7 +4,11 @@ Released after 2023-10-02 ========================= +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.
participants (1)
-
terryjreedy