Kaydet (Commit) 661c0329 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge Issue #5124: NEWS entries.

...@@ -2,6 +2,10 @@ What's New in IDLE 3.6.0? ...@@ -2,6 +2,10 @@ What's New in IDLE 3.6.0?
=========================== ===========================
*Release date: 2016-09-??* *Release date: 2016-09-??*
- 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 - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
is a private implementation of test.test_idle and tool for maintainers. is a private implementation of test.test_idle and tool for maintainers.
......
...@@ -135,6 +135,10 @@ Library ...@@ -135,6 +135,10 @@ Library
IDLE 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 - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
is a private implementation of test.test_idle and tool for maintainers. is a private implementation of test.test_idle and tool for maintainers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment