diff --git a/pep-3100.txt b/pep-3100.txt index b867e74db..afae4249e 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -181,7 +181,7 @@ To be removed: * ``apply()``: use ``f(*args, **kw)`` instead [2]_ [done] * ``buffer()``: must die (use a bytes() type instead) (?) [2]_ -* ``callable()``: just use hasattr(x, '__call__') (?) [2]_ +* ``callable()``: just use hasattr(x, '__call__') (?) [2]_ [done] * ``compile()``: put in ``sys`` (or perhaps in a module of its own) [2]_ * ``coerce()``: no longer needed [2]_ [done] * ``execfile()``, ``reload()``: use ``exec()`` [2]_