--- a/Utilities/py3flakes/checker.py Wed Oct 10 20:15:42 2012 +0200 +++ b/Utilities/py3flakes/checker.py Thu Oct 11 19:09:10 2012 +0200 @@ -303,7 +303,7 @@ # "stmt" type nodes RETURN = DELETE = PRINT = WHILE = IF = WITH = WITHITEM = RAISE = \ - TRYEXCEPT = TRYFINALLY = ASSERT = EXEC = EXPR = handleChildren + TRY = TRYEXCEPT = TRYFINALLY = ASSERT = EXEC = EXPR = handleChildren # "expr" type nodes BOOLOP = BINOP = UNARYOP = IFEXP = DICT = SET = YIELD = COMPARE = \