[Python-checkins] cpython (3.5): Issue #5124: NEWS entries.

terry.reedy python-checkins at python.org
Sat Jun 11 04:32:50 EDT 2016


https://hg.python.org/cpython/rev/62b949a179cb
changeset:   101867:62b949a179cb
branch:      3.5
parent:      101862:f8b40e0d5913
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sat Jun 11 04:31:22 2016 -0400
summary:
  Issue #5124: NEWS entries.

files:
  Lib/idlelib/NEWS.txt |  4 ++++
  Misc/NEWS            |  4 ++++
  2 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,10 @@
 =========================
 *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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -523,6 +523,10 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list