diff options
author | Collin Winter <collinw@gmail.com> | 2007-03-21 20:10:51 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2007-03-21 20:10:51 (GMT) |
commit | 390d29ca743d262cf667a794af71f141a7a161f6 (patch) | |
tree | 58597de1d1afc12d23b88be69535d958ec73d90e /Misc/NEWS | |
parent | 7d71fb8132d1ce0c49ad4557b89da592120cf118 (diff) | |
download | cpython-390d29ca743d262cf667a794af71f141a7a161f6.zip cpython-390d29ca743d262cf667a794af71f141a7a161f6.tar.gz cpython-390d29ca743d262cf667a794af71f141a7a161f6.tar.bz2 |
Remove isCallable() and sequenceIncludes() from the operator module.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -156,6 +156,10 @@ Core and Builtins Extension Modules ----------------- +- isCallable() and sequenceIncludes() have been removed from the operator + module. + + Library ------- |