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
- Re: return None Christopher Subich
- Re: return None Christopher Subich
- Re: return None Repton
- Re: return None Christopher Subich
