Convert test_strftime, test_getargs, and test_pep247 to use unittest.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5576019..8826ca4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,8 @@
 Tests
 -----
 
+- GHOP 293: Convert test_strftime, test_getargs, and test_pep247 to unittest.
+
 - Issue #2055: Convert test_fcntl to unittest.
 
 - Issue 1960: Convert test_gdbm to unittest.