changeset: 90657:aea4f427902f branch: 3.4 parent: 90654:7d5aac1650af user: Terry Jan Reedy date: Sun May 11 23:42:43 2014 -0400 files: Misc/NEWS description: Issue #18104: News for 3.4 (which will not merge forward). diff -r 7d5aac1650af -r aea4f427902f Misc/NEWS --- a/Misc/NEWS Sun May 11 23:35:09 2014 -0400 +++ b/Misc/NEWS Sun May 11 23:42:43 2014 -0400 @@ -28,6 +28,13 @@ - 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? ==============================