Jonathan Hartley wrote:
One common way to store delayed actions is as a lambda (an anonymous function.)
Although note that you don't have to use 'lambda' in particular -- functions defined with 'def' can be used the same way. -- Greg -- http://mail.python.org/mailman/listinfo/python-list