Mark the removal of isCallable() and sequenceIncludes() from operator as 'done'.
This commit is contained in:
parent
6922d56427
commit
3d07d0d4fb
|
@ -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,
|
||||
|
@ -391,6 +391,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
|
||||
=========
|
||||
|
||||
|
|
Loading…
Reference in New Issue