[Python-checkins] peps: Add Thunk to the alternatives for DelayedCall.

guido.van.rossum python-checkins at python.org
Tue Dec 18 20:11:33 CET 2012


http://hg.python.org/peps/rev/fbda38201681
changeset:   4620:fbda38201681
user:        Guido van Rossum <guido at google.com>
date:        Tue Dec 18 11:11:29 2012 -0800
summary:
  Add Thunk to the alternatives for DelayedCall.

files:
  pep-3156.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -424,7 +424,7 @@
 is scheduled?  (Since this is needed anyway for storing it in a heap.)
 
 TBD: A better name for the class?  Reasonable suggestions so far:
-``Callback``, ``Call``, ``Handler`` (my current favorite).
+``Callback``, ``Call``, ``Handler`` (my current favorite), ``Thunk``.
 
 Futures
 -------

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list