summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 08:31:18 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-11 08:31:18 (GMT)
commit391f1a425241794668b8ca5cb004e7457d0f2a7e (patch)
tree64c1ff7acf284398071b47d7f3046cea684f941b
parent3b6a53256b18d141f0dda35724cf437282f7e0ca (diff)
downloadcpython-391f1a425241794668b8ca5cb004e7457d0f2a7e.zip
cpython-391f1a425241794668b8ca5cb004e7457d0f2a7e.tar.gz
cpython-391f1a425241794668b8ca5cb004e7457d0f2a7e.tar.bz2
Issue #5124: NEWS entries.
-rw-r--r--Lib/idlelib/NEWS.txt4
-rw-r--r--Misc/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 94716a1..298a82a 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,10 @@ What's New in IDLE 2.7.12?
==========================
*Release date: 2015-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 c3cabb6..4c643ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -274,6 +274,11 @@ 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.