From: Terry Jan Reedy <tjreedy@udel.edu> Date: Mon, 12 May 2014 03:42:43 +0000 (-0400) Subject: Issue #18104: News for 3.4 (which will not merge forward). X-Git-Tag: v3.5.0a1~1679^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96089fb40da98aea87a8f9a0c7b6bb2757ab92d3;p=python Issue #18104: News for 3.4 (which will not merge forward). --- diff --git a/Misc/NEWS b/Misc/NEWS index 3c2ead0e4e..cb4fffbe4d 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? ==============================