"Bob Ippolito" <[EMAIL PROTECTED]> writes: > I find it interesting that MANY people expect that magically > callLater(0.5, foo()) should perform "foo()" after 0.5 seconds, even > though that this behavior doesn't happen in ANY other common language > or framework that I've seen.
I understand what you mean, but it is like if one's mind parse: callLater(0.5, "foo()") Specially when you want to pass some other parameters to the function: callLater(0.5, "foo(something=thatthing)") (of course, the quotes doesn't exist and are here just for emphasizing what might be on people's minds -- it was how I thought it at first...) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

