Christopher Subich wrote:
>       print '%s returns:', retval
Not that it matters, but this line should be:
       print '%s returns:' % func.__name__, retval
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to