On 09/16/2009 11:39 AM, Vishal wrote:
On Tue, Sep 15, 2009 at 9:07 PM, steve mailto:st...@lonetwin.net>> wrote:
On 09/15/2009 08:56 PM, Vishal wrote:
Hello,
I would like to raise an exception of type Exception(), however the
regular exception stack trace needs to
On Wed, Sep 16, 2009 at 11:39 AM, Vishal wrote:
>
>
> On Tue, Sep 15, 2009 at 9:07 PM, steve wrote:
>
>> On 09/15/2009 08:56 PM, Vishal wrote:
>>
>>> Hello,
>>>
>>> I would like to raise an exception of type Exception(), however the
>>> regular exception stack trace needs to be supressed.
>>>
>>
On Tue, Sep 15, 2009 at 9:07 PM, steve wrote:
> On 09/15/2009 08:56 PM, Vishal wrote:
>
>> Hello,
>>
>> I would like to raise an exception of type Exception(), however the
>> regular exception stack trace needs to be supressed.
>>
>> This is needed in a function that takes raw_input() from the us
On 09/15/2009 08:56 PM, Vishal wrote:
Hello,
I would like to raise an exception of type Exception(), however the
regular exception stack trace needs to be supressed.
This is needed in a function that takes raw_input() from the user and
based on 'Y' or 'N', the function suspends further executio
On Tue, Sep 15, 2009 at 8:56 PM, Vishal wrote:
> Hello,
>
> I would like to raise an exception of type Exception(), however the regular
> exception stack trace needs to be supressed.
>
> This is needed in a function that takes raw_input() from the user and based
> on 'Y' or 'N', the function suspe
Hello,
I would like to raise an exception of type Exception(), however the regular
exception stack trace needs to be supressed.
This is needed in a function that takes raw_input() from the user and based
on 'Y' or 'N', the function suspends further execution and returns to the
python prompt or co