Mark the removal of isCallable() and sequenceIncludes() from operator as 'done'.

This commit is contained in:
Collin Winter 2007-03-21 20:15:07 +00:00
parent 6922d56427
commit 3d07d0d4fb
1 changed files with 5 additions and 2 deletions

View File

@ -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
=========