Issue #8531: Skip test_ascii_formatd if ctypes module is missing
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c27fba..9040939 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,8 @@
 Tests
 -----
 
+- Issue #8531: Skip test_ascii_formatd if ctypes module is missing
+
 - Issue #3864: Skip three test_signal tests on freebsd6 because they fail
   if any thread was previously started, most likely due to a platform bug.