summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 04:31:22 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 04:31:22 -0400
commit4e490ba8af122e2d6f27e2c5c6bd1c1a4b489f2c (patch)
tree74a61ff65fdf2808ada6796f6aa75e7d3bf5617d
parentde2e62da8dfca0adf086d56f320ae50e6d144af8 (diff)
downloadcpython-4e490ba8af122e2d6f27e2c5c6bd1c1a4b489f2c.tar.gz
Issue #5124: NEWS entries.
-rw-r--r--Lib/idlelib/NEWS.txt4
-rw-r--r--Misc/NEWS4
2 files changed, 8 insertions, 0 deletions
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.