[New-bugs-announce] [issue2511] Give AST's excepthandler proper attributes

Georg Brandl report at bugs.python.org
Sat Mar 29 19:30:08 CET 2008


New submission from Georg Brandl <georg at python.org>:

The ASDL file has an XXX comment about excepthandler's lineno and
col_offset -- they are not attributes but fields which gets confusing
when this is exported to Python code. I think the only way to solve this
is to make it a "trivial" Sum with one element. This patch does that.

----------
assignee: loewis
components: Interpreter Core
files: ast-except.diff
keywords: patch
messages: 64714
nosy: georg.brandl, loewis
severity: normal
status: open
title: Give AST's excepthandler proper attributes
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file9892/ast-except.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2511>
__________________________________


More information about the New-bugs-announce mailing list