On 09/27/2011 09:15 AM, Julien Rioux wrote: > On 27/09/2011 8:42 AM, Enrico Forestieri wrote: >> On Mon, Sep 26, 2011 at 08:07:03PM +0200, Julien Rioux wrote: >>> >>> Oups, I though so ... >>> Why do we use exit(main(... in one and just main(... in the other two? >> >> Apparently, you added the exit() in r38243. So, why? >> > > Was not my patch. More info here: > http://www.mail-archive.com/[email protected]/msg167042.html > The use of exit (or sys.exit) there is clearer, but the effect is the same: the return value of the program is the return value of the last function called.
Richard
