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]_
|
functionality [24]_ [#pep3110]_ [#sys-module]_
|
||||||
* ``array.read``, ``array.write`` [#array-module]_
|
* ``array.read``, ``array.write`` [#array-module]_
|
||||||
* ``operator.isCallable`` : ``callable()`` built-in is being removed
|
* ``operator.isCallable`` : ``callable()`` built-in is being removed
|
||||||
[#operator-module]_
|
[#operator-module]_ [#remove-operator-funcs]_ [done]
|
||||||
* ``operator.sequenceIncludes`` : redundant thanks to
|
* ``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
|
* In the thread module, the aquire_lock() and release_lock() aliases
|
||||||
for the acquire() and release() methods on lock objects.
|
for the acquire() and release() methods on lock objects.
|
||||||
(Probably also just remove the thread module as a public API,
|
(Probably also just remove the thread module as a public API,
|
||||||
|
@ -390,6 +390,9 @@ References
|
||||||
|
|
||||||
.. [#exitfunc-patch] Patch to remove sys.exitfunc
|
.. [#exitfunc-patch] Patch to remove sys.exitfunc
|
||||||
http://www.python.org/sf/1680961
|
http://www.python.org/sf/1680961
|
||||||
|
|
||||||
|
.. [#remove-operator-funcs] Remove deprecated functions from operator
|
||||||
|
http://www.python.org/sf/1516309
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Reference in New Issue