Remove isCallable() and sequenceIncludes() from the operator module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 002a26c..c2699ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -156,6 +156,10 @@
 Extension Modules
 -----------------
 
+- isCallable() and sequenceIncludes() have been removed from the operator
+  module.
+
+
 Library
 -------