[Python-checkins] cpython: Issue #18104: News for 3.4, in proper place.

terry.reedy python-checkins at python.org
Mon May 12 05:47:56 CEST 2014


http://hg.python.org/cpython/rev/7cdb38fa191e
changeset:   90659:7cdb38fa191e
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Sun May 11 23:47:31 2014 -0400
summary:
  Issue #18104: News for 3.4, in proper place.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,10 @@
 IDLE
 ----
 
+- Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
+  consolidating and improving human-validated tests of Idle. Change other files
+  as needed to work with htest.  Running the module as __main__ runs all tests.
+
 - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
 
 - Issue #21284: Paragraph reformat test passes after user changes reformat width.

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


More information about the Python-checkins mailing list