[Python-checkins] cpython (merge 3.3 -> default): merge

terry.reedy python-checkins at python.org
Fri May 31 03:06:37 CEST 2013


http://hg.python.org/cpython/rev/26cf22140cca
changeset:   83991:26cf22140cca
parent:      83988:6ace4133c1c0
parent:      83990:16fea8b0f8c4
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Thu May 30 21:05:53 2013 -0400
summary:
  merge

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -402,6 +402,9 @@
 IDLE
 ----
 
+- Issue #15392: Create a unittest framework for IDLE.
+  Initial patch by Rajagopalasarma Jayakrishnan.
+  
 - Issue #14146: Highlight source line while debugging on Windows.
 
 - Issue #17838: Allow sys.stdin to be reassigned.

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


More information about the Python-checkins mailing list