]> granicus.if.org Git - python/commitdiff
New for unittest.py.
authorGuido van Rossum <guido@python.org>
Mon, 22 Sep 2003 15:03:11 +0000 (15:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Sep 2003 15:03:11 +0000 (15:03 +0000)
Misc/NEWS

index 1a320ce1073669abcd4d40f0d6699d533168deef..2c9c9c873a917520f7a7335467930f24702ec21b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,8 @@ Extension modules
 Library
 -------
 
+- Various improvements to unittest.py, realigned with PyUnit CVS.
+
 - dircache now passes exceptions to the caller, instead of returning
   empty lists.