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

index 00d5005b05cb11dde2970b5b6cb2c7f7f40d34d0..6ef2aa50fcc201a31fd332a1635ca841dae4041a 100644 (file)
@@ -1,6 +1,17 @@
+What's New in IDLE 3.5.3?
+=========================
+*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 3.5.2?
 =========================
-*Release date: 2016-06-30?*
+*Release date: 2016-06-26*
 
 - 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 cc53bcd7d8016ee9fc08093a8a1a9ede73e5fe0d..08aafb8b6bf383cdf9825b907895e38b1e60b67d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,15 @@ Library
 
 - Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
 
+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.
+
 C API
 -----