summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-13 20:27:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-13 20:27:00 (GMT)
commit66865d2ebd5a877523dbc87be2d86aafb3cdc59a (patch)
tree19cb560bf135e1cb73743a6df94ce1518f004040 /Misc
parent83aa6a3b1a6a406b3cde2fa7daa5d5b1db0cc6a7 (diff)
downloadcpython-66865d2ebd5a877523dbc87be2d86aafb3cdc59a.zip
cpython-66865d2ebd5a877523dbc87be2d86aafb3cdc59a.tar.gz
cpython-66865d2ebd5a877523dbc87be2d86aafb3cdc59a.tar.bz2
Move test_thread over to unittest. Commits GHOP 237.
Thanks Benjamin Peterson for the patch.
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 4d0b9f0..e316c13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Library
Tests
-----
+- GHOP 237: Rewrite test_thread using unittest.
+
- Patch #2232: os.tmpfile might fail on Windows if the user has no
permission to create files in the root directory.