summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-13 21:09:28 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-13 21:09:28 (GMT)
commit1f5182b5723e469ea341f71c0e89cf9a67c323dc (patch)
tree689b279b8a58d81a7f662f8691c4c723d86ebda7 /Misc
parent4a6e8d669a1db5e7ef79a5bd7ce54b4929b23c0c (diff)
downloadcpython-1f5182b5723e469ea341f71c0e89cf9a67c323dc.zip
cpython-1f5182b5723e469ea341f71c0e89cf9a67c323dc.tar.gz
cpython-1f5182b5723e469ea341f71c0e89cf9a67c323dc.tar.bz2
Convert test_fcntl to unittest.
Closes issue #2055. Thanks Giampaolo Rodola.
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 764b68e..93280aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Library
Tests
-----
+- Issue #2055: Convert test_fcntl to unittest.
+
- Issue 1960: Convert test_gdbm to unittest.
- GHOP 294: Convert test_contains, test_crypt, and test_select to unittest.