summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-03-21 20:10:51 (GMT)
committerCollin Winter <collinw@gmail.com>2007-03-21 20:10:51 (GMT)
commit390d29ca743d262cf667a794af71f141a7a161f6 (patch)
tree58597de1d1afc12d23b88be69535d958ec73d90e /Misc
parent7d71fb8132d1ce0c49ad4557b89da592120cf118 (diff)
downloadcpython-390d29ca743d262cf667a794af71f141a7a161f6.zip
cpython-390d29ca743d262cf667a794af71f141a7a161f6.tar.gz
cpython-390d29ca743d262cf667a794af71f141a7a161f6.tar.bz2
Remove isCallable() and sequenceIncludes() from the operator module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 002a26c..c2699ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -156,6 +156,10 @@ Core and Builtins
Extension Modules
-----------------
+- isCallable() and sequenceIncludes() have been removed from the operator
+ module.
+
+
Library
-------