[Python-checkins] cpython (2.7): 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/e2d0d921d526
changeset: 102185:e2d0d921d526
branch: 2.7
parent: 102181:77378dce6bcf
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Sun Jun 26 18:20:14 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 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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,15 @@
- 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
-------------
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list