On Jul 14, 2008, at 4:30 PM, Paul McNett wrote:
>>> This is probably a case were we want a blanket exception passer:
>>>
>>> try:
>>> < magical introspection code for intellisense>
>>> except StandardError:
>>> <stop trying to be intelligent>
>>
>> Or a chance to figure out what the exception is. If double-periods
>> are doing it, perhaps we need to catch that situation.
>
> Maybe catch the double-period before even doing any eval (before the
> exception happens). But in any case, if *any* exception happens in the
> eval, it should be caught and the intellisense cleared. I think.
I just posted the fix. Really, guys, this is simply another place
where we had bare exceptions in the past and the switch to specific
exception handling missed one of the possibilities. The error told you
exactly where the exception was encountered, and what type of
exception it was. It was trivial to fix.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]