diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-03-13 21:09:28 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-03-13 21:09:28 (GMT) |
commit | 1f5182b5723e469ea341f71c0e89cf9a67c323dc (patch) | |
tree | 689b279b8a58d81a7f662f8691c4c723d86ebda7 /Misc | |
parent | 4a6e8d669a1db5e7ef79a5bd7ce54b4929b23c0c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |