Issue #5124: NEWS entries.

This commit is contained in:
Terry Jan Reedy 2016-06-11 04:31:18 -04:00
parent 3b6a53256b
commit 391f1a4252
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,10 @@ What's New in IDLE 2.7.12?
========================== ==========================
*Release date: 2015-06-30?* *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 - 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.

View File

@ -274,6 +274,11 @@ 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.