UserLinux chooses Python as "interpretive language" of choice

Rainer Deyke rainerd at eldwood.com
Mon Dec 22 16:15:33 EST 2003


Jarek Zgoda wrote:
> sys.exit() doesn't return to caller -- but it doesn't mean it doesn't
> return a value.

Actually that's exactly what it means.  The code to return None may be
included in the sys.exit function object, but it is never executed.


-- 
Rainer Deyke - rainerd at eldwood.com - http://eldwood.com






More information about the Python-list mailing list