[Python-checkins] r54713 - peps/trunk/pep-3100.txt (original) (raw)
guido.van.rossum python-checkins at python.org
Sun Apr 8 18:51:34 CEST 2007
- Previous message: [Python-checkins] Python Regression Test Failures opt (1)
- Next message: [Python-checkins] Python Regression Test Failures opt (1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: guido.van.rossum Date: Sun Apr 8 18:51:33 2007 New Revision: 54713
Modified: peps/trunk/pep-3100.txt Log: Clarify what to use instead of callable().
Modified: peps/trunk/pep-3100.txt
--- peps/trunk/pep-3100.txt (original) +++ peps/trunk/pep-3100.txt Sun Apr 8 18:51:33 2007 @@ -179,7 +179,7 @@
apply()
: usef(*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 use hasattr(x, 'call') (?) [2]_compile()
: put insys
(or perhaps in a module of its own) [2]_coerce()
: no longer needed [2]_execfile()
,reload()
: useexec()
[2]_
- Previous message: [Python-checkins] Python Regression Test Failures opt (1)
- Next message: [Python-checkins] Python Regression Test Failures opt (1)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]