summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-05-12 03:42:43 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-05-12 03:42:43 (GMT)
commit96089fb40da98aea87a8f9a0c7b6bb2757ab92d3 (patch)
tree94a6f3559562d1cab457b9737f3f80d77ee83dbc /Misc
parent8386fda15474e4dc1c0bb7d268ea7c12be438dc3 (diff)
downloadcpython-96089fb40da98aea87a8f9a0c7b6bb2757ab92d3.zip
cpython-96089fb40da98aea87a8f9a0c7b6bb2757ab92d3.tar.gz
cpython-96089fb40da98aea87a8f9a0c7b6bb2757ab92d3.tar.bz2
Issue #18104: News for 3.4 (which will not merge forward).
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3c2ead0..cb4fffb 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?
==============================