Closes #13258: Use callable() built-in in the standard library.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6be52fb..b3c7fd1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,8 @@
 Library
 -------
 
+- Issue #13258: Use callable() built-in in the standard library.
+
 - Issue #13273: fix a bug that prevented HTMLParser to properly detect some
   tags when strict=False.