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

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


http://hg.python.org/cpython/rev/5620f69f32d1
changeset:   91637:5620f69f32d1
branch:      3.4
parent:      91634:edf2ae293d70
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Fri Jul 11 00:24:27 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
@@ -166,6 +166,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