Comment 3 for bug 882455

Revision history for this message
Andreas Roehler (a-roehler) wrote : Re: [Bug 882455] Re: Minor issue with "except" indentation

Am 30.10.2011 09:22, schrieb Ryan Kaskel:
> I've marked this as new (not sure if that is correct).

Hi Ryan,

think its helpful, if only assignees toggle the flags.
Flags are helpful to range the tasks - but only if the one in charge may
rely upon

I think the same
> thing happens if you have multiple except statements.
>

if the previous example was fixed, a new report is more helpful.
Otherwise people in later times must dig through a bulk of comments.

May you make a new entry? I'll switch that back to "commited" then.

Thanks,

Andreas

> def foo():
> try:
> x = 1
> except SystemError:
> f = 1
> except KeyError:<--- can indent this
> p = 1
>
> ** Changed in: python-mode
> Status: Fix Committed => New
>