summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-09-22 15:03:11 (GMT)
committerGuido van Rossum <guido@python.org>2003-09-22 15:03:11 (GMT)
commit0e5a51d96222d7b9e8669c87f68ea4d372a73f5c (patch)
tree183131d45ca89ce110c148cfb58833b38c4e1681 /Misc
parent7e43110f34469a4d88ed77dc01de3bf4e0020f62 (diff)
downloadcpython-0e5a51d96222d7b9e8669c87f68ea4d372a73f5c.zip
cpython-0e5a51d96222d7b9e8669c87f68ea4d372a73f5c.tar.gz
cpython-0e5a51d96222d7b9e8669c87f68ea4d372a73f5c.tar.bz2
New for unittest.py.
Diffstat (limited to 'Misc')
-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.