]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #18104: News for 3.4, in proper place.
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 12 May 2014 03:47:31 +0000 (23:47 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 12 May 2014 03:47:31 +0000 (23:47 -0400)
Misc/NEWS

index 43e5b60335887d9312d373dd4a8502823c52a9a8..6f0008fad562c87e8d6fa22381e2fea0ab37c2ff 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -358,6 +358,10 @@ Extension Modules
 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.