return None

Christopher Subich spam.csubich+block at block.subich.spam.com
Sat Jul 23 22:46:31 EDT 2005


Christopher Subich wrote:
>       print '%s returns:', retval
Not that it matters, but this line should be:
       print '%s returns:' % func.__name__, retval



More information about the Python-list mailing list