summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 08:31:22 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 08:31:22 (GMT)
commit8ace13be39d4ac712d79cede4f3a66fab00c90f6 (patch)
treed78089e35f0099def5bfca94d0b45da0e548187c
parent5ad8599caad9f2f2fdefb927fc4bb19973d6c72e (diff)
downloadcpython-8ace13be39d4ac712d79cede4f3a66fab00c90f6.zip
cpython-8ace13be39d4ac712d79cede4f3a66fab00c90f6.tar.gz
cpython-8ace13be39d4ac712d79cede4f3a66fab00c90f6.tar.bz2
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 1168e45..6c41e28 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 e8fd990..10d7cae 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.