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