From 094338ef581c8f7b2be5d04754ab063a2d79fe3b Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sun, 26 Jun 2016 18:20:14 -0400 Subject: [PATCH] Update NEWS and idlelib NEWS.text. --- Lib/idlelib/NEWS.txt | 13 ++++++++++++- Misc/NEWS | 9 +++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 298a82a15e38..3f08bb34aca0 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,6 +1,17 @@ +What's New in IDLE 2.7.13? +========================== +*Release date: 2017-01-01?* + +- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names. + +- Issue #27245: IDLE: Cleanly delete custom themes and key bindings. + Previously, when IDLE was started from a console or by import, a cascade + of warnings was emitted. Patch by Serhiy Storchaka. + + What's New in IDLE 2.7.12? ========================== -*Release date: 2015-06-30?* +*Release date: 2015-06-25* - Issue #5124: Paste with text selected now replaces the selection on X11. This matches how paste works on Windows, Mac, most modern Linux apps, diff --git a/Misc/NEWS b/Misc/NEWS index 8200327e37cb..503df9969de0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -32,6 +32,15 @@ Library - Issue #25455: Fixed a crash in repr of cElementTree.Element with recursive tag. +IDLE +---- + +- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names. + +- Issue #27245: IDLE: Cleanly delete custom themes and key bindings. + Previously, when IDLE was started from a console or by import, a cascade + of warnings was emitted. Patch by Serhiy Storchaka. + Documentation ------------- -- 2.47.3