Close #12501: Adjust callable() warning: callable() is only not supported in
Python 3.1. callable() is again supported in Python 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index d062d10..1491862 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@
 Core and Builtins
 -----------------
 
+- Issue #12501: Adjust callable() warning: callable() is only not supported in
+  Python 3.1. callable() is again supported in Python 3.2.
+
 - Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
   os.write() clamp the length to INT_MAX on Windows.