From: Guido van Rossum Date: Mon, 22 Sep 2003 15:03:11 +0000 (+0000) Subject: New for unittest.py. X-Git-Tag: v2.4a1~1537 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e5a51d96222d7b9e8669c87f68ea4d372a73f5c;p=python New for unittest.py. --- diff --git a/Misc/NEWS b/Misc/NEWS index 1a320ce107..2c9c9c873a 100644 --- 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.