commit | 390d29ca743d262cf667a794af71f141a7a161f6 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Wed Mar 21 20:10:51 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Wed Mar 21 20:10:51 2007 +0000 |
tree | 58597de1d1afc12d23b88be69535d958ec73d90e | |
parent | 7d71fb8132d1ce0c49ad4557b89da592120cf118 [diff] [blame] |
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 -------