From 620b2c8c98c0b7dc60e96d50d9b7ef07b5287fe8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 15 Jul 2011 15:27:34 -0500 Subject: comment which is not applicable anymore --- Parser/Python.asdl | 1 - 1 file changed, 1 deletion(-) diff --git a/Parser/Python.asdl b/Parser/Python.asdl index ed12cbc..dc322dc 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -99,7 +99,6 @@ module Python comprehension = (expr target, expr iter, expr* ifs) - -- not sure what to call the first argument for raise and except excepthandler = ExceptHandler(expr? type, identifier? name, stmt* body) attributes (int lineno, int col_offset) -- cgit v0.12