summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-18 03:46:22 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-18 03:46:22 (GMT)
commitb7ec8e5a9e1e48aed6c217f505fa38b7461e0989 (patch)
tree747e18e6a0c48e7240526748dcc4cdef356e7661 /Misc/NEWS
parent20bda581e3f95a8fa9057a7d63f09d00b4e425cc (diff)
downloadcpython-b7ec8e5a9e1e48aed6c217f505fa38b7461e0989.zip
cpython-b7ec8e5a9e1e48aed6c217f505fa38b7461e0989.tar.gz
cpython-b7ec8e5a9e1e48aed6c217f505fa38b7461e0989.tar.bz2
test_errno was a no-op test; now it actually tests things and uses unittest.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cb84491..890b7f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -78,6 +78,8 @@ Library
Tests
-----
+- Rewrite test_errno to use unittest and no longer be a no-op.
+
- GHOP 234: Convert test_extcall to doctest.
- GHOP 290: Convert test_dbm and test_dummy_threading to unittest.