Removing callable() is not certain.

This commit is contained in:
Georg Brandl 2006-12-03 08:23:02 +00:00
parent 48ff6d0fe8
commit 6de2ca32a7
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ To be removed:
* ``apply()``: use ``f(*args, **kw)`` instead [2]_ [done]
* ``buffer()``: must die (use a bytes() type instead) (?) [2]_
* ``callable()``: just call the object and catch the exception [2]_
* ``callable()``: just call the object and catch the exception??? [2]_
* ``compile()``: put in ``sys`` (or perhaps in a module of its own) [2]_
* ``coerce()``: no longer needed [2]_
* ``execfile()``, ``reload()``: use ``exec()`` [2]_