summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 19:33:47 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-07 19:33:47 (GMT)
commit05837eceec640f8e5ae15e67a1f890d89667f792 (patch)
tree7d9a116c5fd87a3ff9c88417b75a05af0c0779af
parented722d9e39199af08dbd7bb6cf62c9720ae5094a (diff)
downloadcpython-05837eceec640f8e5ae15e67a1f890d89667f792.zip
cpython-05837eceec640f8e5ae15e67a1f890d89667f792.tar.gz
cpython-05837eceec640f8e5ae15e67a1f890d89667f792.tar.bz2
Items for NEWS and idlelib/NEWS.txt.
-rw-r--r--Lib/idlelib/NEWS.txt3
-rw-r--r--Misc/NEWS4
2 files changed, 6 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index a6c478d..94716a1 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,9 @@ What's New in IDLE 2.7.12?
==========================
*Release date: 2015-06-30?*
+- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
+ is a private implementation of test.test_idle and tool for maintainers.
+
- Issue #26673: When tk reports font size as 0, change to size 10.
Such fonts on Linux prevented the configuration dialog from opening.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2107d09..e785e6a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,7 @@ Core and Builtins
Some compilers and toolchains are known to not produce stable code when
using LTO, be sure to test things thoroughly before relying on it.
It can provide a few % speed up over profile-opt alone.
-
+
- Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit.
@@ -263,6 +263,8 @@ Library
IDLE
----
+- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
+ is a private implementation of test.test_idle and tool for maintainers.
- Issue #26673: When tk reports font size as 0, change to size 10.
Such fonts on Linux prevented the configuration dialog from opening.