On Wed, Aug 6, 2008 at 11:36 AM, Ed Leafe <[EMAIL PROTECTED]> wrote:
> On Aug 6, 2008, at 12:26 PM, Nate Lowrie wrote:
>
>> -                                     except IndexError:
>> +                                     except AttributeError:
>
>
>        Looks like you switched one missing exception class for another.
> These catches should be:
>
> except (IndexError, AttributeError):

But will we ever catch an IndexError?  And you didn't answer the
question I asked in the log.

Nate L.


_______________________________________________
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]

Reply via email to