aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-05-11 23:42:43 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2014-05-11 23:42:43 -0400
commit96089fb40da98aea87a8f9a0c7b6bb2757ab92d3 (patch)
tree94a6f3559562d1cab457b9737f3f80d77ee83dbc
parentwhitespace (diff)
downloadcpython-96089fb40da98aea87a8f9a0c7b6bb2757ab92d3.tar.gz
cpython-96089fb40da98aea87a8f9a0c7b6bb2757ab92d3.tar.bz2
cpython-96089fb40da98aea87a8f9a0c7b6bb2757ab92d3.zip
Issue #18104: News for 3.4 (which will not merge forward).
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c2ead0e4ee..cb4fffbe4db 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,13 @@ Tests
- Issue #17752: Fix distutils tests when run from the installed location.
+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.
+
What's New in Python 3.4.1rc1?
==============================