Remove callable
This commit is contained in:
parent
d1a663faf1
commit
408d2ae4c8
|
@ -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]_
|
||||
|
|
Loading…
Reference in New Issue