[Python-checkins] r52903 - peps/trunk/pep-3100.txt

georg.brandl python-checkins at python.org
Sun Dec 3 09:23:02 CET 2006


Author: georg.brandl
Date: Sun Dec  3 09:23:02 2006
New Revision: 52903

Modified:
   peps/trunk/pep-3100.txt
Log:
Removing callable() is not certain.



Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sun Dec  3 09:23:02 2006
@@ -173,7 +173,7 @@
 
 * ``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]_


More information about the Python-checkins mailing list