]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
comment which is not applicable anymore
authorBenjamin Peterson <benjamin@python.org>
Fri, 15 Jul 2011 20:27:34 +0000 (15:27 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 15 Jul 2011 20:27:34 +0000 (15:27 -0500)
Parser/Python.asdl

index ed12cbc7ef93d8efeca9ca980a628e6b54eff71e..dc322dc9f359354a99c03869270a395244a769bb 100644 (file)
@@ -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)