[Python-checkins] cpython (2.7): Add items to MISC/NEWS and idlelib/NEWS.txt.

terry.reedy python-checkins at python.org
Mon May 30 01:04:24 EDT 2016


https://hg.python.org/cpython/rev/6a9d851c64cb
changeset:   101568:6a9d851c64cb
branch:      2.7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Mon May 30 01:02:28 2016 -0400
summary:
  Add items to MISC/NEWS and idlelib/NEWS.txt.

files:
  Lib/idlelib/NEWS.txt |  25 +++++++++++++++++++++++++
  Misc/NEWS            |  16 ++++++++++++++++
  2 files changed, 41 insertions(+), 0 deletions(-)


diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,28 @@
+What's New in IDLE 2.7.12?
+==========================
+*Release date: 2015-06-30?*
+
+- Issue #26673: When tk reports font size as 0, change to size 10.
+  Such fonts on Linux prevented the configuration dialog from opening.
+
+- Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
+
+- In the 'IDLE-console differences' section of the IDLE doc, clarify
+  how running with IDLE affects sys.modules and the standard streams.
+
+- Issue #25507: fix incorrect change in IOBinding that prevented printing.
+  Change also prevented saving shell window with non-ascii characters.
+  Augment IOBinding htest to include all major IOBinding functions.
+
+- Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
+  MARK in README.txt and open this and NEWS.txt with 'ascii'.
+  Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
+
+- Issue #26417: Prevent spurious errors and incorrect defaults when
+  installing IDLE 2.7 on OS X: default configuration settings are
+  no longer installed from OS X specific copies.
+
+
 What's New in IDLE 2.7.11?
 ==========================
 *Release date: 2015-12-06*
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -253,6 +253,22 @@
 IDLE
 ----
 
+- Issue #26673: When tk reports font size as 0, change to size 10.
+  Such fonts on Linux prevented the configuration dialog from opening.
+
+- Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
+
+- In the 'IDLE-console differences' section of the IDLE doc, clarify
+  how running with IDLE affects sys.modules and the standard streams.
+
+- Issue #25507: fix incorrect change in IOBinding that prevented printing.
+  Change also prevented saving shell window with non-ascii characters.
+  Augment IOBinding htest to include all major IOBinding functions.
+
+- Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
+  MARK in README.txt and open this and NEWS.txt with 'ascii'.
+  Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
+
 - Issue #26417: Prevent spurious errors and incorrect defaults when
   installing IDLE 2.7 on OS X: default configuration settings are
   no longer installed from OS X specific copies.

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


More information about the Python-checkins mailing list