From: Benjamin Peterson Date: Fri, 15 Jul 2011 20:27:34 +0000 (-0500) Subject: comment which is not applicable anymore X-Git-Tag: v3.3.0a1~1895 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=620b2c8c98c0b7dc60e96d50d9b7ef07b5287fe8;p=thirdparty%2FPython%2Fcpython.git comment which is not applicable anymore --- diff --git a/Parser/Python.asdl b/Parser/Python.asdl index ed12cbc7ef93..dc322dc9f359 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)