From: Terry Jan Reedy Date: Sun, 26 Jun 2016 22:20:14 +0000 (-0400) Subject: Update NEWS and idlelib NEWS.text. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=094338ef581c8f7b2be5d04754ab063a2d79fe3b;p=python Update NEWS and idlelib NEWS.text. --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 298a82a15e..3f08bb34ac 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 8200327e37..503df9969d 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 -------------