thread and function

Jason Orendorff jason at jorendorff.com
Wed Jan 23 19:48:34 EST 2002


m. scherr wrote:
> in the description of that command, im told it exits if the function 
> returns, does this mean i have to put a return under my function?

No.  The function automatically returns when it reaches the end,
just as though you had typed "return None".  All functions do.

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list