summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-15 20:27:34 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-07-15 20:27:34 (GMT)
commit620b2c8c98c0b7dc60e96d50d9b7ef07b5287fe8 (patch)
tree1630abd09b56de63aab0280c6bbc42671af4c099 /Parser
parent2ca3ffb0989e53f8ae70f7177e97f43ac1d1af98 (diff)
downloadcpython-620b2c8c98c0b7dc60e96d50d9b7ef07b5287fe8.zip
cpython-620b2c8c98c0b7dc60e96d50d9b7ef07b5287fe8.tar.gz
cpython-620b2c8c98c0b7dc60e96d50d9b7ef07b5287fe8.tar.bz2
comment which is not applicable anymore
Diffstat (limited to 'Parser')
-rw-r--r--Parser/Python.asdl1
1 files changed, 0 insertions, 1 deletions
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)