diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2023-12-27 20:51:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 20:51:49 (GMT) |
commit | 6c98fce33a4c2d6671978f6286377af0d6e22182 (patch) | |
tree | 11e12f45fa0c3dddc3cbd8a6d5275586d2b69d86 | |
parent | 0651936ae2bc6999f488f8c519b8d07a06a11557 (diff) | |
download | cpython-6c98fce33a4c2d6671978f6286377af0d6e22182.zip cpython-6c98fce33a4c2d6671978f6286377af0d6e22182.tar.gz cpython-6c98fce33a4c2d6671978f6286377af0d6e22182.tar.bz2 |
gh-57795: Add news to idlelib/News3.txt (#113522)
-rw-r--r-- | Lib/idlelib/News3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/News3.txt b/Lib/idlelib/News3.txt index 308865d..f38cc96 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. |