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
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)
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
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
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
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