Re: incompatible exit values between python 2.4 and 2.5

2006-09-18 Thread John Machin
Diez B. Roggisch wrote: > > 1) is this change of behaviour documented somewhere and did I miss > > that, or has this not been documented (yet) > > 2) Is there a build-in way to set the exit value for Python in case an > > exception is raised that is uncaught and causes python to terminate? (I > >

Re: incompatible exit values between python 2.4 and 2.5

2006-09-18 Thread Diez B. Roggisch
> 1) is this change of behaviour documented somewhere and did I miss > that, or has this not been documented (yet) > 2) Is there a build-in way to set the exit value for Python in case an > exception is raised that is uncaught and causes python to terminate? (I > have now implemented something usin