diff options
Diffstat (limited to 'Parser/Python.asdl')
| -rw-r--r-- | Parser/Python.asdl | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl index de4864371b..ed12cbc7ef 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -31,8 +31,7 @@ module Python  	      | With(withitem* items, stmt* body)  	      | Raise(expr? exc, expr? cause) -	      | TryExcept(stmt* body, excepthandler* handlers, stmt* orelse) -	      | TryFinally(stmt* body, stmt* finalbody) +	      | Try(stmt* body, excepthandler* handlers, stmt* orelse, stmt* finalbody)  	      | Assert(expr test, expr? msg)  	      | Import(alias* names)  | 
