Ed Leafe wrote: > On Jul 14, 2008, at 4:08 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. Paul _______________________________________________ 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]
