]> granicus.if.org Git - python/commitdiff
Items for NEWS and idlelib/NEWS.txt.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 7 Jun 2016 19:33:47 +0000 (15:33 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 7 Jun 2016 19:33:47 +0000 (15:33 -0400)
Lib/idlelib/NEWS.txt
Misc/NEWS

index a6c478dbd5a7332f2485f019dd051142505a2701..94716a11aa24e0943cfc13252db0440b4a349e2a 100644 (file)
@@ -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.
 
index 2107d09133ae02ea48c94ab511008da5a342adb8..e785e6afb32430c12c772d7c1d7080762ee22418 100644 (file)
--- 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.