Re: Python program termination and exception catching

2011-04-10 Thread Jason Swails
On Sun, Apr 10, 2011 at 4:49 PM, Jerry Hill wrote: > On Sun, Apr 10, 2011 at 3:25 PM, Jason Swails > wrote: > > > > Hello everyone, > > > > This may sound like a bit of a strange desire, but I want to change the > way in which a python program quits if an exception is not caught. The > program

Re: Python program termination and exception catching

2011-04-10 Thread Jerry Hill
On Sun, Apr 10, 2011 at 3:25 PM, Jason Swails wrote: > > Hello everyone, > > This may sound like a bit of a strange desire, but I want to change the way > in which a python program quits if an exception is not caught.  The program > has many different classes of exceptions (for clarity purposes)

Re: Python program termination and exception catching

2011-04-10 Thread Benjamin Kaplan
On Sun, Apr 10, 2011 at 4:05 PM, Jason Swails wrote: > > > On Sun, Apr 10, 2011 at 12:34 PM, Laszlo Nagy wrote: >> >> 2011.04.10. 21:25 keltezéssel, Jason Swails írta: >> >> Hello everyone, >> >> This may sound like a bit of a strange desire, but I want to change the >> way in which a python prog

Re: Python program termination and exception catching

2011-04-10 Thread Jason Swails
On Sun, Apr 10, 2011 at 12:34 PM, Laszlo Nagy wrote: > 2011.04.10. 21:25 keltezéssel, Jason Swails írta: > > Hello everyone, > > This may sound like a bit of a strange desire, but I want to change the > way in which a python program quits if an exception is not caught. The > program has many di

Re: Python program termination and exception catching

2011-04-10 Thread Laszlo Nagy
2011.04.10. 21:25 keltezéssel, Jason Swails írta: Hello everyone, This may sound like a bit of a strange desire, but I want to change the way in which a python program quits if an exception is not caught. The program has many different classes of exceptions (for clarity purposes), and they'r

Python program termination and exception catching

2011-04-10 Thread Jason Swails
Hello everyone, This may sound like a bit of a strange desire, but I want to change the way in which a python program quits if an exception is not caught. The program has many different classes of exceptions (for clarity purposes), and they're raised whenever something goes wrong. Most I want to