summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1a320ce..2c9c9c8 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.