Fix a regression introduced by rev. 63792: ctypes function pointers
that are COM methods must have a boolean True value.
diff --git a/Misc/NEWS b/Misc/NEWS
index e82772f..627ce44 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- ctypes function pointers that are COM methods have a boolean True
+  value again.
+
 - Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
   by denying s# to parse objects that have a releasebuffer procedure,
   and introducing s*.