[Python-checkins] cpython (2.7): Idle News entries.

terry.reedy python-checkins at python.org
Fri Jul 11 06:27:06 CEST 2014


http://hg.python.org/cpython/rev/6067d5f90f6e
changeset:   91636:6067d5f90f6e
branch:      2.7
parent:      91633:53d0776aab53
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jul 11 00:24:22 2014 -0400
summary:
  Idle News entries.

files:
  Misc/NEWS |  7 +++++++
  1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,13 @@
 IDLE
 ----
 
+- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
+  Heblikar.
+
+- Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
+
+- Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
+
 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
   Heblikar.
 

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


More information about the Python-checkins mailing list