]> granicus.if.org Git - python/commitdiff
Issue #5124: NEWS entries.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 11 Jun 2016 08:31:22 +0000 (04:31 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 11 Jun 2016 08:31:22 +0000 (04:31 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 1168e45c25985a5b2a5030807d877659cc7c92a2..6c41e2892c5a410712321753dfa0dae756cfa7b0 100644 (file)
@@ -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.
 
index e8fd99068c5bcae93e47f7e78b6cc634575ea6fc..10d7caee4b70ef4e781f85292012c04e83bbc2df 100644 (file)
--- 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.