From 3d07d0d4fb28a6825230cb0f9930e16c16ffaa22 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Wed, 21 Mar 2007 20:15:07 +0000 Subject: [PATCH] Mark the removal of isCallable() and sequenceIncludes() from operator as 'done'. --- pep-3100.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pep-3100.txt b/pep-3100.txt index 988ecdb98..76b5e4442 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -225,9 +225,9 @@ To be removed: functionality [24]_ [#pep3110]_ [#sys-module]_ * ``array.read``, ``array.write`` [#array-module]_ * ``operator.isCallable`` : ``callable()`` built-in is being removed - [#operator-module]_ + [#operator-module]_ [#remove-operator-funcs]_ [done] * ``operator.sequenceIncludes`` : redundant thanks to - ``operator.contains`` [#operator-module]_ + ``operator.contains`` [#operator-module]_ [#remove-operator-funcs]_ [done] * In the thread module, the aquire_lock() and release_lock() aliases for the acquire() and release() methods on lock objects. (Probably also just remove the thread module as a public API, @@ -390,6 +390,9 @@ References .. [#exitfunc-patch] Patch to remove sys.exitfunc http://www.python.org/sf/1680961 + +.. [#remove-operator-funcs] Remove deprecated functions from operator + http://www.python.org/sf/1516309 Copyright =========