Utilities/py3flakes/checker.py

branch
5_2_x
changeset 2134
b29255468359
parent 2091
cf95a549ec91
child 2302
f29e9405c851
--- a/Utilities/py3flakes/checker.py	Mon Oct 08 20:56:48 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 = \

eric ide

mercurial