From: Terry Jan Reedy Date: Sat, 11 Jun 2016 08:31:22 +0000 (-0400) Subject: Issue #5124: NEWS entries. X-Git-Tag: v3.5.2rc1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ace13be39d4ac712d79cede4f3a66fab00c90f6;p=python Issue #5124: NEWS entries. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 1168e45c25..6c41e2892c 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,6 +2,10 @@ What's New in IDLE 3.5.2? ========================= *Release date: 2016-06-30?* +- Issue #5124: Paste with text selected now replaces the selection on X11. + This matches how paste works on Windows, Mac, most modern Linux apps, + and ttk widgets. Original patch by Serhiy Storchaka. + - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory is a private implementation of test.test_idle and tool for maintainers. diff --git a/Misc/NEWS b/Misc/NEWS index e8fd99068c..10d7caee4b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -523,6 +523,10 @@ Library IDLE ---- +- Issue #5124: Paste with text selected now replaces the selection on X11. + This matches how paste works on Windows, Mac, most modern Linux apps, + and ttk widgets. Original patch by Serhiy Storchaka. + - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory is a private implementation of test.test_idle and tool for maintainers.