[Python-checkins] cpython (3.5): Update NEWS and idlelib NEWS.text.

terry.reedy python-checkins at python.org
Sun Jun 26 18:22:49 EDT 2016


https://hg.python.org/cpython/rev/31a2a278dc85
changeset:   102186:31a2a278dc85
branch:      3.5
parent:      102182:293ec9547334
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun Jun 26 18:20:20 2016 -0400
summary:
  Update NEWS and idlelib NEWS.text.

files:
  Lib/idlelib/NEWS.txt |  13 ++++++++++++-
  Misc/NEWS            |   9 +++++++++
  2 files changed, 21 insertions(+), 1 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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,
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,15 @@
 
 - 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
 -----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list