Issue #10518: Bring back the callable() builtin.
Approved by Guido (BDFL) and Georg (RM).
diff --git a/Misc/NEWS b/Misc/NEWS
index 07f0570..27c7331 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #10518: Bring back the callable() builtin.
+
 - Issue #8879. Add os.link support for Windows.
 
 - Issue #10027. st_nlink was not being set on Windows calls to os.stat or