diff options
-rw-r--r-- | Misc/NEWS | 7 |
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? ============================== |