]> granicus.if.org Git - python/commitdiff
Update NEWS and idlelib NEWS.text.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 26 Jun 2016 22:20:14 +0000 (18:20 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 26 Jun 2016 22:20:14 +0000 (18:20 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index 298a82a15e380e04fa3847c7ba24ca190e303524..3f08bb34aca02781648a1e86602c4e689b06007f 100644 (file)
@@ -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,
index 8200327e37cbe621090c6804e22fee093f98bae6..503df9969de03071bf8a0a2fdcadf9a9d7f030cf 100644 (file)
--- 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
 -------------