diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2011-01-03 15:39:49 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2011-01-03 15:39:49 (GMT) |
commit | 90efac7f3794760b3a4d07171b90c86eeb4f2f81 (patch) | |
tree | bdca9b7d5bd323b1ea309414bf74d9b7f20217c0 /Misc | |
parent | 1d5eb3425baeb363c71e6b8dcb57bec967682d7f (diff) | |
download | cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.zip cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.tar.gz cpython-90efac7f3794760b3a4d07171b90c86eeb4f2f81.tar.bz2 |
Issue 10502: addition of unittestgui to Tools/
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -107,6 +107,10 @@ Tools/Demos demos have been removed, others integrated in documentation or a new Tools/demo subdirectory. +- Issue #10502: Addition of the unittestgui tool. Originally by Steve Purcell. + Updated for test discovery by Mark Roddy and Python 3 compatibility by + Brian Curtin. + What's New in Python 3.2 Beta 2? ================================ |